Html Css Color HEX #A4D434 Atlantis

📋 copy color: '#A4D434'

red 164 ◦ green 212 ◦ blue 52

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

Shades of Atlantis #A4D434

Tints of Atlantis #A4D434

RGB

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

 GREEN value IS 212 (83.2% from 255) = 49.53%

 BLUE value IS 52 (20.7% from 255) = 12.15%

R = 38.32%
G = 49.53%
B = 12.15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#A4D434 (or 0xA4D434) is known color: Atlantis. HEX triplet: A4, D4 and 34. RGB value is (164,212,52). Sum of RGB (Red+Green+Blue) = 164+212+52=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 212 (83.20% from 255 or 49.53% from 428); Blue value is 52 (20.70% from 255 or 12.15% from 428); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D434 is #5B2BCB. Grayscale: #B4B4B4. Windows color (decimal): -5974988 or 3462308. OLE color: 3462308.

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

Color convert

RGB 164 212 52 -
CMYK 0.23 0 0.75 0.17
HSL 78º 0.65% 0.52% -
HSV(B) 78º 0.75% 0.83% -
XYZ 39.47 55.23 11.83 -
YUV 179.41 56.1 117.01 -
System Red Green Blue C M Y K H S L
Decimal 164 212 52 0.23 0 0.75 0.17 78 0.65 0.52
Hex A4 D4 34 17 0 4B 11 4E 41 34
Octal 244 324 64 27 0 113 21 116 101 64
Binary 10100100 11010100 110100 10111 0 1001011 10001 1001110 1000001 110100

Color Harmonies of #A4D434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D434

Black with #A4D434

Text Example


Text Example

White with #A4D434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D434; }

 p { color: rgb(164,212,52); }

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

background-color css

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

 a { background-color: rgb(164,212,52); }

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

border-color css

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

 span { border-color: rgb(164,212,52); }

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