Html Css Color HEX #A4D336 Atlantis

📋 copy color: '#A4D336'

red 164 ◦ green 211 ◦ blue 54

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

Shades of Atlantis #A4D336

Tints of Atlantis #A4D336

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.18%

 BLUE value IS 54 (21.48% from 255) = 12.59%

R = 38.23%
G = 49.18%
B = 12.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#A4D336 (or 0xA4D336) is known color: Atlantis. HEX triplet: A4, D3 and 36. RGB value is (164,211,54). Sum of RGB (Red+Green+Blue) = 164+211+54=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 211 (82.81% from 255 or 49.18% from 429); Blue value is 54 (21.48% from 255 or 12.59% from 429); Max value from RGB is 211 - color contains mainly: green. Hex color #A4D336 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D336 is #5B2CC9. Grayscale: #B3B3B3. Windows color (decimal): -5975242 or 3593124. OLE color: 3593124.

HSL color Cylindrical-coordinate representation of color #A4D336: hue angle of 77.96º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4D336 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB 164 211 54 -
CMYK 0.22 0 0.74 0.17
HSL 77.96º 0.64% 0.52% -
HSV(B) 77.96º 0.74% 0.83% -
XYZ 39.27 54.75 11.99 -
YUV 179.05 57.43 117.27 -
System Red Green Blue C M Y K H S L
Decimal 164 211 54 0.22 0 0.74 0.17 77.96 0.64 0.52
Hex A4 D3 36 16 0 4A 11 4E 40 34
Octal 244 323 66 26 0 112 21 116 100 64
Binary 10100100 11010011 110110 10110 0 1001010 10001 1001110 1000000 110100

Color Harmonies of #A4D336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D336

Black with #A4D336

Text Example


Text Example

White with #A4D336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D336; }

 p { color: rgb(164,211,54); }

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

background-color css

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

 a { background-color: rgb(164,211,54); }

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

border-color css

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

 span { border-color: rgb(164,211,54); }

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