Html Css Color HEX #ADDB6B Conifer

📋 copy color: '#ADDB6B'

red 173 ◦ green 219 ◦ blue 107

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

Shades of Conifer #ADDB6B

Tints of Conifer #ADDB6B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.89%

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

R = 34.67%
G = 43.89%
B = 21.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#ADDB6B (or 0xADDB6B) is known color: Conifer. HEX triplet: AD, DB and 6B. RGB value is (173,219,107). Sum of RGB (Red+Green+Blue) = 173+219+107=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 107 (42.19% from 255 or 21.44% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB6B is #522494. Grayscale: #C0C0C0. Windows color (decimal): -5383317 or 7068589. OLE color: 7068589.

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

Color convert

RGB 173 219 107 -
CMYK 0.21 0 0.51 0.14
HSL 84.64º 0.61% 0.64% -
HSV(B) 84.64º 0.51% 0.86% -
XYZ 45.22 60.61 23.23 -
YUV 192.48 79.76 114.11 -
System Red Green Blue C M Y K H S L
Decimal 173 219 107 0.21 0 0.51 0.14 84.64 0.61 0.64
Hex AD DB 6B 15 0 33 E 55 3D 40
Octal 255 333 153 25 0 63 16 125 75 100
Binary 10101101 11011011 1101011 10101 0 110011 1110 1010101 111101 1000000

Color Harmonies of #ADDB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB6B

Black with #ADDB6B

Text Example


Text Example

White with #ADDB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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