Html Css Color HEX #A4D042 Atlantis

📋 copy color: '#A4D042'

red 164 ◦ green 208 ◦ blue 66

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

Shades of Atlantis #A4D042

Tints of Atlantis #A4D042

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.49%

 BLUE value IS 66 (26.17% from 255) = 15.07%

R = 37.44%
G = 47.49%
B = 15.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#A4D042 (or 0xA4D042) is known color: Atlantis. HEX triplet: A4, D0 and 42. RGB value is (164,208,66). Sum of RGB (Red+Green+Blue) = 164+208+66=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 66 (26.17% from 255 or 15.07% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D042 is #5B2FBD. Grayscale: #B3B3B3. Windows color (decimal): -5975998 or 4378788. OLE color: 4378788.

HSL color Cylindrical-coordinate representation of color #A4D042: hue angle of 78.59º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4D042 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 208 66 -
CMYK 0.21 0 0.68 0.18
HSL 78.59º 0.6% 0.54% -
HSV(B) 78.59º 0.68% 0.82% -
XYZ 38.85 53.4 13.41 -
YUV 178.66 64.42 117.55 -
System Red Green Blue C M Y K H S L
Decimal 164 208 66 0.21 0 0.68 0.18 78.59 0.6 0.54
Hex A4 D0 42 15 0 44 12 4F 3C 36
Octal 244 320 102 25 0 104 22 117 74 66
Binary 10100100 11010000 1000010 10101 0 1000100 10010 1001111 111100 110110

Color Harmonies of #A4D042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D042

Black with #A4D042

Text Example


Text Example

White with #A4D042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D042; }

 p { color: rgb(164,208,66); }

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

background-color css

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

 a { background-color: rgb(164,208,66); }

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

border-color css

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

 span { border-color: rgb(164,208,66); }

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