Html Css Color HEX #ADDB6D Conifer

📋 copy color: '#ADDB6D'

red 173 ◦ green 219 ◦ blue 109

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

Shades of Conifer #ADDB6D

Tints of Conifer #ADDB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.76%

R = 34.53%
G = 43.71%
B = 21.76%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#ADDB6D (or 0xADDB6D) is known color: Conifer. HEX triplet: AD, DB and 6D. RGB value is (173,219,109). Sum of RGB (Red+Green+Blue) = 173+219+109=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB6D is #522492. Grayscale: #C1C1C1. Windows color (decimal): -5383315 or 7199661. OLE color: 7199661.

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

Color convert

RGB 173 219 109 -
CMYK 0.21 0 0.50 0.14
HSL 85.09º 0.6% 0.64% -
HSV(B) 85.09º 0.5% 0.86% -
XYZ 45.33 60.65 23.79 -
YUV 192.71 80.76 113.94 -
System Red Green Blue C M Y K H S L
Decimal 173 219 109 0.21 0 0.50 0.14 85.09 0.6 0.64
Hex AD DB 6D 15 0 32 E 55 3C 40
Octal 255 333 155 25 0 62 16 125 74 100
Binary 10101101 11011011 1101101 10101 0 110010 1110 1010101 111100 1000000

Color Harmonies of #ADDB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB6D

Black with #ADDB6D

Text Example


Text Example

White with #ADDB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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