Html Css Color HEX #ADDB5C Conifer

📋 copy color: '#ADDB5C'

red 173 ◦ green 219 ◦ blue 92

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

Shades of Conifer #ADDB5C

Tints of Conifer #ADDB5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.01%

R = 35.74%
G = 45.25%
B = 19.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#ADDB5C (or 0xADDB5C) is known color: Conifer. HEX triplet: AD, DB and 5C. RGB value is (173,219,92). Sum of RGB (Red+Green+Blue) = 173+219+92=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB5C is #5224A3. Grayscale: #BFBFBF. Windows color (decimal): -5383332 or 6085549. OLE color: 6085549.

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

Color convert

RGB 173 219 92 -
CMYK 0.21 0 0.58 0.14
HSL 81.73º 0.64% 0.61% -
HSV(B) 81.73º 0.58% 0.86% -
XYZ 44.5 60.32 19.42 -
YUV 190.77 72.26 115.33 -
System Red Green Blue C M Y K H S L
Decimal 173 219 92 0.21 0 0.58 0.14 81.73 0.64 0.61
Hex AD DB 5C 15 0 3A E 52 40 3D
Octal 255 333 134 25 0 72 16 122 100 75
Binary 10101101 11011011 1011100 10101 0 111010 1110 1010010 1000000 111101

Color Harmonies of #ADDB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB5C

Black with #ADDB5C

Text Example


Text Example

White with #ADDB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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