Html Css Color HEX #9FCF54 Conifer

📋 copy color: '#9FCF54'

red 159 ◦ green 207 ◦ blue 84

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

Shades of Conifer #9FCF54

Tints of Conifer #9FCF54

RGB

 RED value IS 159 (62.5% from 255) = 35.33%

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

 BLUE value IS 84 (33.2% from 255) = 18.67%

R = 35.33%
G = 46%
B = 18.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#9FCF54 (or 0x9FCF54) is known color: Conifer. HEX triplet: 9F, CF and 54. RGB value is (159,207,84). Sum of RGB (Red+Green+Blue) = 159+207+84=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCF54 is #6030AB. Grayscale: #B3B3B3. Windows color (decimal): -6303916 or 5558175. OLE color: 5558175.

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

Color convert

RGB 159 207 84 -
CMYK 0.23 0 0.59 0.19
HSL 83.41º 0.56% 0.57% -
HSV(B) 83.41º 0.59% 0.81% -
XYZ 38.21 52.64 16.53 -
YUV 178.63 74.6 114 -
System Red Green Blue C M Y K H S L
Decimal 159 207 84 0.23 0 0.59 0.19 83.41 0.56 0.57
Hex 9F CF 54 17 0 3B 13 53 38 39
Octal 237 317 124 27 0 73 23 123 70 71
Binary 10011111 11001111 1010100 10111 0 111011 10011 1010011 111000 111001

Color Harmonies of #9FCF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCF54

Black with #9FCF54

Text Example


Text Example

White with #9FCF54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,207,84); }

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

background-color css

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

 a { background-color: rgb(159,207,84); }

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

border-color css

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

 span { border-color: rgb(159,207,84); }

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