Html Css Color HEX #ADDA5F Conifer

📋 copy color: '#ADDA5F'

red 173 ◦ green 218 ◦ blue 95

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

Shades of Conifer #ADDA5F

Tints of Conifer #ADDA5F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.86%

 BLUE value IS 95 (37.5% from 255) = 19.55%

R = 35.6%
G = 44.86%
B = 19.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#ADDA5F (or 0xADDA5F) is known color: Conifer. HEX triplet: AD, DA and 5F. RGB value is (173,218,95). Sum of RGB (Red+Green+Blue) = 173+218+95=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 95 (37.5% from 255 or 19.55% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA5F is #5225A0. Grayscale: #BEBEBE. Windows color (decimal): -5383585 or 6281901. OLE color: 6281901.

HSL color Cylindrical-coordinate representation of color #ADDA5F: hue angle of 81.95º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADDA5F is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 218 95 -
CMYK 0.21 0 0.56 0.15
HSL 81.95º 0.62% 0.61% -
HSV(B) 81.95º 0.56% 0.85% -
XYZ 44.37 59.85 20.04 -
YUV 190.52 74.09 115.5 -
System Red Green Blue C M Y K H S L
Decimal 173 218 95 0.21 0 0.56 0.15 81.95 0.62 0.61
Hex AD DA 5F 15 0 38 F 52 3E 3D
Octal 255 332 137 25 0 70 17 122 76 75
Binary 10101101 11011010 1011111 10101 0 111000 1111 1010010 111110 111101

Color Harmonies of #ADDA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDA5F

Black with #ADDA5F

Text Example


Text Example

White with #ADDA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDA5F; }

 p { color: rgb(173,218,95); }

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

background-color css

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

 a { background-color: rgb(173,218,95); }

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

border-color css

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

 span { border-color: rgb(173,218,95); }

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