Html Css Color HEX #A4C03D Atlantis

📋 copy color: '#A4C03D'

red 164 ◦ green 192 ◦ blue 61

#A4C03D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #A4C03D

Tints of Atlantis #A4C03D

RGB

 RED value IS 164 (64.45% from 255) = 39.33%

 GREEN value IS 192 (75.39% from 255) = 46.04%

 BLUE value IS 61 (24.22% from 255) = 14.63%

R = 39.33%
G = 46.04%
B = 14.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A4C03D (or 0xA4C03D) is known color: Atlantis. HEX triplet: A4, C0 and 3D. RGB value is (164,192,61). Sum of RGB (Red+Green+Blue) = 164+192+61=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C03D is #5B3FC2. Grayscale: #A9A9A9. Windows color (decimal): -5980099 or 4047012. OLE color: 4047012.

HSL color Cylindrical-coordinate representation of color #A4C03D: hue angle of 72.82º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4C03D is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 192 61 -
CMYK 0.15 0 0.68 0.25
HSL 72.82º 0.52% 0.5% -
HSV(B) 72.82º 0.68% 0.75% -
XYZ 35 45.93 11.44 -
YUV 168.69 67.22 124.65 -
System Red Green Blue C M Y K H S L
Decimal 164 192 61 0.15 0 0.68 0.25 72.82 0.52 0.5
Hex A4 C0 3D F 0 44 19 49 34 32
Octal 244 300 75 17 0 104 31 111 64 62
Binary 10100100 11000000 111101 1111 0 1000100 11001 1001001 110100 110010

Color Harmonies of #A4C03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C03D

Black with #A4C03D

Text Example


Text Example

White with #A4C03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C03D; }

 p { color: rgb(164,192,61); }

 H1.HeaderClassName
 {
   color: #A4C03D;
 }
 .AnyTagClassName
 {
   color: #A4C03D;
 }
</style>

background-color css

<style>
 a { background-color: #A4C03D; }

 a { background-color: rgb(164,192,61); }

 div.DivClassName
 {
   background-color: #A4C03D;
 }
 .BgClassName
 {
   background-color: #A4C03D;
 }
</style>

border-color css

<style>
 span { border-color: #A4C03D; }

 span { border-color: rgb(164,192,61); }

 td.TdClassName
 {
   border-color: #A4C03D;
 }
 .TagClassName
 {
   border-color: #A4C03D;
 }
</style>