Html Css Color HEX #ADDB6A Conifer

📋 copy color: '#ADDB6A'

red 173 ◦ green 219 ◦ blue 106

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

Shades of Conifer #ADDB6A

Tints of Conifer #ADDB6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.29%

R = 34.74%
G = 43.98%
B = 21.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#ADDB6A (or 0xADDB6A) is known color: Conifer. HEX triplet: AD, DB and 6A. RGB value is (173,219,106). Sum of RGB (Red+Green+Blue) = 173+219+106=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB6A is #522495. Grayscale: #C0C0C0. Windows color (decimal): -5383318 or 7003053. OLE color: 7003053.

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

Color convert

RGB 173 219 106 -
CMYK 0.21 0 0.52 0.14
HSL 84.42º 0.61% 0.64% -
HSV(B) 84.42º 0.52% 0.86% -
XYZ 45.17 60.59 22.95 -
YUV 192.36 79.26 114.19 -
System Red Green Blue C M Y K H S L
Decimal 173 219 106 0.21 0 0.52 0.14 84.42 0.61 0.64
Hex AD DB 6A 15 0 34 E 54 3D 40
Octal 255 333 152 25 0 64 16 124 75 100
Binary 10101101 11011011 1101010 10101 0 110100 1110 1010100 111101 1000000

Color Harmonies of #ADDB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB6A

Black with #ADDB6A

Text Example


Text Example

White with #ADDB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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