Html Css Color HEX #ADDC34 Atlantis

📋 copy color: '#ADDC34'

red 173 ◦ green 220 ◦ blue 52

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

Shades of Atlantis #ADDC34

Tints of Atlantis #ADDC34

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.44%

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

R = 38.88%
G = 49.44%
B = 11.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#ADDC34 (or 0xADDC34) is known color: Atlantis. HEX triplet: AD, DC and 34. RGB value is (173,220,52). Sum of RGB (Red+Green+Blue) = 173+220+52=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 52 (20.70% from 255 or 11.69% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDC34 is #5223CB. Grayscale: #BBBBBB. Windows color (decimal): -5383116 or 3464365. OLE color: 3464365.

HSL color Cylindrical-coordinate representation of color #ADDC34: hue angle of 76.79º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADDC34 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 52 -
CMYK 0.21 0 0.76 0.14
HSL 76.79º 0.71% 0.53% -
HSV(B) 76.79º 0.76% 0.86% -
XYZ 43.45 60.32 12.6 -
YUV 186.8 51.93 118.16 -
System Red Green Blue C M Y K H S L
Decimal 173 220 52 0.21 0 0.76 0.14 76.79 0.71 0.53
Hex AD DC 34 15 0 4C E 4D 47 35
Octal 255 334 64 25 0 114 16 115 107 65
Binary 10101101 11011100 110100 10101 0 1001100 1110 1001101 1000111 110101

Color Harmonies of #ADDC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC34

Black with #ADDC34

Text Example


Text Example

White with #ADDC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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