Html Css Color HEX #9FFA5E Conifer

📋 copy color: '#9FFA5E'

red 159 ◦ green 250 ◦ blue 94

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

Shades of Conifer #9FFA5E

Tints of Conifer #9FFA5E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.7%

 BLUE value IS 94 (37.11% from 255) = 18.69%

R = 31.61%
G = 49.7%
B = 18.69%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#9FFA5E (or 0x9FFA5E) is known color: Conifer. HEX triplet: 9F, FA and 5E. RGB value is (159,250,94). Sum of RGB (Red+Green+Blue) = 159+250+94=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 94 (37.11% from 255 or 18.69% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFA5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFA5E is #6005A1. Grayscale: #CDCDCD. Windows color (decimal): -6292898 or 6224543. OLE color: 6224543.

HSL color Cylindrical-coordinate representation of color #9FFA5E: hue angle of 95º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FFA5E is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 250 94 -
CMYK 0.36 0 0.62 0.02
HSL 95º 0.94% 0.67% -
HSV(B) 95º 0.62% 0.98% -
XYZ 50.5 76.55 22.7 -
YUV 205.01 65.35 95.18 -
System Red Green Blue C M Y K H S L
Decimal 159 250 94 0.36 0 0.62 0.02 95 0.94 0.67
Hex 9F FA 5E 24 0 3E 2 5F 5E 43
Octal 237 372 136 44 0 76 2 137 136 103
Binary 10011111 11111010 1011110 100100 0 111110 10 1011111 1011110 1000011

Color Harmonies of #9FFA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFA5E

Black with #9FFA5E

Text Example


Text Example

White with #9FFA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,250,94); }

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

background-color css

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

 a { background-color: rgb(159,250,94); }

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

border-color css

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

 span { border-color: rgb(159,250,94); }

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