Html Css Color HEX #9DCF5A Conifer

📋 copy color: '#9DCF5A'

red 157 ◦ green 207 ◦ blue 90

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

Shades of Conifer #9DCF5A

Tints of Conifer #9DCF5A

RGB

 RED value IS 157 (61.72% from 255) = 34.58%

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

 BLUE value IS 90 (35.55% from 255) = 19.82%

R = 34.58%
G = 45.59%
B = 19.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#9DCF5A (or 0x9DCF5A) is known color: Conifer. HEX triplet: 9D, CF and 5A. RGB value is (157,207,90). Sum of RGB (Red+Green+Blue) = 157+207+90=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCF5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCF5A is #6230A5. Grayscale: #B3B3B3. Windows color (decimal): -6434982 or 5951389. OLE color: 5951389.

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

Color convert

RGB 157 207 90 -
CMYK 0.24 0 0.57 0.19
HSL 85.64º 0.55% 0.58% -
HSV(B) 85.64º 0.57% 0.81% -
XYZ 38.06 52.53 17.81 -
YUV 178.71 77.94 112.51 -
System Red Green Blue C M Y K H S L
Decimal 157 207 90 0.24 0 0.57 0.19 85.64 0.55 0.58
Hex 9D CF 5A 18 0 39 13 56 37 3A
Octal 235 317 132 30 0 71 23 126 67 72
Binary 10011101 11001111 1011010 11000 0 111001 10011 1010110 110111 111010

Color Harmonies of #9DCF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCF5A

Black with #9DCF5A

Text Example


Text Example

White with #9DCF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DCF5A; }

 p { color: rgb(157,207,90); }

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

background-color css

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

 a { background-color: rgb(157,207,90); }

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

border-color css

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

 span { border-color: rgb(157,207,90); }

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