Html Css Color HEX #ADD469 Conifer

📋 copy color: '#ADD469'

red 173 ◦ green 212 ◦ blue 105

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

Shades of Conifer #ADD469

Tints of Conifer #ADD469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.43%

R = 35.31%
G = 43.27%
B = 21.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#ADD469 (or 0xADD469) is known color: Conifer. HEX triplet: AD, D4 and 69. RGB value is (173,212,105). Sum of RGB (Red+Green+Blue) = 173+212+105=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD469 is #522B96. Grayscale: #BCBCBC. Windows color (decimal): -5385111 or 6935725. OLE color: 6935725.

HSL color Cylindrical-coordinate representation of color #ADD469: hue angle of 81.87º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADD469 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 212 105 -
CMYK 0.18 0 0.50 0.17
HSL 81.87º 0.55% 0.62% -
HSV(B) 81.87º 0.5% 0.83% -
XYZ 43.33 56.99 22.08 -
YUV 188.14 81.08 117.2 -
System Red Green Blue C M Y K H S L
Decimal 173 212 105 0.18 0 0.50 0.17 81.87 0.55 0.62
Hex AD D4 69 12 0 32 11 52 37 3E
Octal 255 324 151 22 0 62 21 122 67 76
Binary 10101101 11010100 1101001 10010 0 110010 10001 1010010 110111 111110

Color Harmonies of #ADD469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD469

Black with #ADD469

Text Example


Text Example

White with #ADD469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD469; }

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

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

background-color css

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

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

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

border-color css

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

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

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