#ADDD4B

Color #ADDD4B Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #ADDD4B

Tints of Conifer #ADDD4B

Color information

#ADDD4B (or 0xADDD4B) is unknown color: approx Conifer. HEX triplet: AD, DD and 4B. RGB value is (173,221,75). Sum of RGB (Red+Green+Blue) = 173+221+75=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 75 (29.69% from 255 or 15.99% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDD4B is #5222B4. Grayscale: #BEBEBE. Windows color (decimal): -5382837 or 4971949. OLE color: 4971949.

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

Color convert

RGB17322175-
CMYK0.2200.660.13
HSL79.73º68.22%58.04%-
HSV(B)79.73º66.06%86.67%-
XYZ44.3661.1116.11-
YUV19063.1115.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.89%
GREEN value IS 221 (86.72% from 255) = 47.12%
BLUE value IS 75 (29.69% from 255) = 15.99%
R=36.89%
G=47.12%
B=15.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal173221750.2200.660.1379.7368.2258.04
HexADDD4B16042D50443a
Octal2553351132601021512010472
Binary101011011101110110010111011001000010110110100001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDD4B; }

 p { color: rgb(173,221,75); }

 H1.HeaderClassName
 {
   color: #ADDD4B;
 }
 .AnyTagClassName
 {
   color: #ADDD4B;
 }
</style>
background-color css

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

 a { background-color: rgb(173,221,75); }

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

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

 span { border-color: rgb(173,221,75); }

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