Html Css Color HEX #ADDC35 Atlantis

📋 copy color: '#ADDC35'

red 173 ◦ green 220 ◦ blue 53

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

Shades of Atlantis #ADDC35

Tints of Atlantis #ADDC35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.88%

R = 38.79%
G = 49.33%
B = 11.88%

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

#ADDC35 (or 0xADDC35) is known color: Atlantis. HEX triplet: AD, DC and 35. RGB value is (173,220,53). Sum of RGB (Red+Green+Blue) = 173+220+53=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 53 (21.09% from 255 or 11.88% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDC35 is #5223CA. Grayscale: #BBBBBB. Windows color (decimal): -5383115 or 3529901. OLE color: 3529901.

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

Color convert

RGB 173 220 53 -
CMYK 0.21 0 0.76 0.14
HSL 76.89º 0.7% 0.54% -
HSV(B) 76.89º 0.76% 0.86% -
XYZ 43.47 60.33 12.72 -
YUV 186.91 52.43 118.08 -
System Red Green Blue C M Y K H S L
Decimal 173 220 53 0.21 0 0.76 0.14 76.89 0.7 0.54
Hex AD DC 35 15 0 4C E 4D 46 36
Octal 255 334 65 25 0 114 16 115 106 66
Binary 10101101 11011100 110101 10101 0 1001100 1110 1001101 1000110 110110

Color Harmonies of #ADDC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC35

Black with #ADDC35

Text Example


Text Example

White with #ADDC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC35; }

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

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

background-color css

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

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

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

border-color css

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

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

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