Html Css Color HEX #A4D247 Atlantis

📋 copy color: '#A4D247'

red 164 ◦ green 210 ◦ blue 71

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

Shades of Atlantis #A4D247

Tints of Atlantis #A4D247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.96%

R = 36.85%
G = 47.19%
B = 15.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#A4D247 (or 0xA4D247) is known color: Atlantis. HEX triplet: A4, D2 and 47. RGB value is (164,210,71). Sum of RGB (Red+Green+Blue) = 164+210+71=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 71 (28.12% from 255 or 15.96% from 445); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D247 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D247 is #5B2DB8. Grayscale: #B4B4B4. Windows color (decimal): -5975481 or 4706980. OLE color: 4706980.

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

Color convert

RGB 164 210 71 -
CMYK 0.22 0 0.66 0.18
HSL 79.86º 0.61% 0.55% -
HSV(B) 79.86º 0.66% 0.82% -
XYZ 39.49 54.44 14.39 -
YUV 180.4 66.26 116.3 -
System Red Green Blue C M Y K H S L
Decimal 164 210 71 0.22 0 0.66 0.18 79.86 0.61 0.55
Hex A4 D2 47 16 0 42 12 50 3D 37
Octal 244 322 107 26 0 102 22 120 75 67
Binary 10100100 11010010 1000111 10110 0 1000010 10010 1010000 111101 110111

Color Harmonies of #A4D247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D247

Black with #A4D247

Text Example


Text Example

White with #A4D247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D247; }

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

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

background-color css

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

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

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

border-color css

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

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

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