Html Css Color HEX #A4D242 Atlantis

📋 copy color: '#A4D242'

red 164 ◦ green 210 ◦ blue 66

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

Shades of Atlantis #A4D242

Tints of Atlantis #A4D242

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.73%

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

R = 37.27%
G = 47.73%
B = 15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#A4D242 (or 0xA4D242) is known color: Atlantis. HEX triplet: A4, D2 and 42. RGB value is (164,210,66). Sum of RGB (Red+Green+Blue) = 164+210+66=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 210 (82.42% from 255 or 47.73% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D242 is #5B2DBD. Grayscale: #B4B4B4. Windows color (decimal): -5975486 or 4379300. OLE color: 4379300.

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

Color convert

RGB 164 210 66 -
CMYK 0.22 0 0.69 0.18
HSL 79.17º 0.62% 0.54% -
HSV(B) 79.17º 0.69% 0.82% -
XYZ 39.34 54.38 13.58 -
YUV 179.83 63.76 116.71 -
System Red Green Blue C M Y K H S L
Decimal 164 210 66 0.22 0 0.69 0.18 79.17 0.62 0.54
Hex A4 D2 42 16 0 45 12 4F 3E 36
Octal 244 322 102 26 0 105 22 117 76 66
Binary 10100100 11010010 1000010 10110 0 1000101 10010 1001111 111110 110110

Color Harmonies of #A4D242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D242

Black with #A4D242

Text Example


Text Example

White with #A4D242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D242; }

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

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

background-color css

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

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

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

border-color css

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

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

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