Html Css Color HEX #ADD434 Atlantis

📋 copy color: '#ADD434'

red 173 ◦ green 212 ◦ blue 52

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

Shades of Atlantis #ADD434

Tints of Atlantis #ADD434

RGB

 RED value IS 173 (67.97% from 255) = 39.59%

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

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

R = 39.59%
G = 48.51%
B = 11.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#ADD434 (or 0xADD434) is known color: Atlantis. HEX triplet: AD, D4 and 34. RGB value is (173,212,52). Sum of RGB (Red+Green+Blue) = 173+212+52=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 212 (83.20% from 255 or 48.51% from 437); Blue value is 52 (20.70% from 255 or 11.90% from 437); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD434 is #522BCB. Grayscale: #B6B6B6. Windows color (decimal): -5385164 or 3462317. OLE color: 3462317.

HSL color Cylindrical-coordinate representation of color #ADD434: hue angle of 74.62º 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 #ADD434 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 212 52 -
CMYK 0.18 0 0.75 0.17
HSL 74.63º 0.65% 0.52% -
HSV(B) 74.63º 0.75% 0.83% -
XYZ 41.4 56.22 11.92 -
YUV 182.1 54.58 121.51 -
System Red Green Blue C M Y K H S L
Decimal 173 212 52 0.18 0 0.75 0.17 74.63 0.65 0.52
Hex AD D4 34 12 0 4B 11 4B 41 34
Octal 255 324 64 22 0 113 21 113 101 64
Binary 10101101 11010100 110100 10010 0 1001011 10001 1001011 1000001 110100

Color Harmonies of #ADD434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD434

Black with #ADD434

Text Example


Text Example

White with #ADD434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD434; }

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

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

background-color css

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

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

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

border-color css

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

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

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