Html Css Color HEX #ADCF5B Conifer

📋 copy color: '#ADCF5B'

red 173 ◦ green 207 ◦ blue 91

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

Shades of Conifer #ADCF5B

Tints of Conifer #ADCF5B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.95%

 BLUE value IS 91 (35.94% from 255) = 19.32%

R = 36.73%
G = 43.95%
B = 19.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#ADCF5B (or 0xADCF5B) is known color: Conifer. HEX triplet: AD, CF and 5B. RGB value is (173,207,91). Sum of RGB (Red+Green+Blue) = 173+207+91=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCF5B is #5230A4. Grayscale: #B8B8B8. Windows color (decimal): -5386405 or 6016941. OLE color: 6016941.

HSL color Cylindrical-coordinate representation of color #ADCF5B: hue angle of 77.59º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADCF5B is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 207 91 -
CMYK 0.16 0 0.56 0.19
HSL 77.59º 0.55% 0.58% -
HSV(B) 77.59º 0.56% 0.81% -
XYZ 41.43 54.27 18.19 -
YUV 183.61 75.74 120.43 -
System Red Green Blue C M Y K H S L
Decimal 173 207 91 0.16 0 0.56 0.19 77.59 0.55 0.58
Hex AD CF 5B 10 0 38 13 4E 37 3A
Octal 255 317 133 20 0 70 23 116 67 72
Binary 10101101 11001111 1011011 10000 0 111000 10011 1001110 110111 111010

Color Harmonies of #ADCF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF5B

Black with #ADCF5B

Text Example


Text Example

White with #ADCF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF5B; }

 p { color: rgb(173,207,91); }

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

background-color css

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

 a { background-color: rgb(173,207,91); }

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

border-color css

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

 span { border-color: rgb(173,207,91); }

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