Html Css Color HEX #ADDE34 Atlantis

📋 copy color: '#ADDE34'

red 173 ◦ green 222 ◦ blue 52

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

Shades of Atlantis #ADDE34

Tints of Atlantis #ADDE34

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.66%

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

R = 38.7%
G = 49.66%
B = 11.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#ADDE34 (or 0xADDE34) is known color: Atlantis. HEX triplet: AD, DE and 34. RGB value is (173,222,52). Sum of RGB (Red+Green+Blue) = 173+222+52=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 222 (87.11% from 255 or 49.66% from 447); Blue value is 52 (20.70% from 255 or 11.63% from 447); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDE34 is #5221CB. Grayscale: #BCBCBC. Windows color (decimal): -5382604 or 3464877. OLE color: 3464877.

HSL color Cylindrical-coordinate representation of color #ADDE34: hue angle of 77.29º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADDE34 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 222 52 -
CMYK 0.22 0 0.77 0.13
HSL 77.29º 0.72% 0.54% -
HSV(B) 77.29º 0.77% 0.87% -
XYZ 43.97 61.37 12.78 -
YUV 187.97 51.27 117.32 -
System Red Green Blue C M Y K H S L
Decimal 173 222 52 0.22 0 0.77 0.13 77.29 0.72 0.54
Hex AD DE 34 16 0 4D D 4D 48 36
Octal 255 336 64 26 0 115 15 115 110 66
Binary 10101101 11011110 110100 10110 0 1001101 1101 1001101 1001000 110110

Color Harmonies of #ADDE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDE34

Black with #ADDE34

Text Example


Text Example

White with #ADDE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDE34; }

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

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

background-color css

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

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

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

border-color css

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

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

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