Html Css Color HEX #ADDD6B Conifer

📋 copy color: '#ADDD6B'

red 173 ◦ green 221 ◦ blue 107

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

Shades of Conifer #ADDD6B

Tints of Conifer #ADDD6B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.11%

 BLUE value IS 107 (42.19% from 255) = 21.36%

R = 34.53%
G = 44.11%
B = 21.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#ADDD6B (or 0xADDD6B) is known color: Conifer. HEX triplet: AD, DD and 6B. RGB value is (173,221,107). Sum of RGB (Red+Green+Blue) = 173+221+107=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 107 (42.19% from 255 or 21.36% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD6B is #522294. Grayscale: #C2C2C2. Windows color (decimal): -5382805 or 7069101. OLE color: 7069101.

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

Color convert

RGB 173 221 107 -
CMYK 0.22 0 0.52 0.13
HSL 85.26º 0.63% 0.64% -
HSV(B) 85.26º 0.52% 0.87% -
XYZ 45.74 61.66 23.4 -
YUV 193.65 79.1 113.27 -
System Red Green Blue C M Y K H S L
Decimal 173 221 107 0.22 0 0.52 0.13 85.26 0.63 0.64
Hex AD DD 6B 16 0 34 D 55 3F 40
Octal 255 335 153 26 0 64 15 125 77 100
Binary 10101101 11011101 1101011 10110 0 110100 1101 1010101 111111 1000000

Color Harmonies of #ADDD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDD6B

Black with #ADDD6B

Text Example


Text Example

White with #ADDD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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