Html Css Color HEX #96FA5A Conifer

📋 copy color: '#96FA5A'

red 150 ◦ green 250 ◦ blue 90

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

Shades of Conifer #96FA5A

Tints of Conifer #96FA5A

RGB

 RED value IS 150 (58.98% from 255) = 30.61%

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

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

R = 30.61%
G = 51.02%
B = 18.37%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#96FA5A (or 0x96FA5A) is known color: Conifer. HEX triplet: 96, FA and 5A. RGB value is (150,250,90). Sum of RGB (Red+Green+Blue) = 150+250+90=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 250 (98.05% from 255 or 51.02% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 250 - color contains mainly: green. Hex color #96FA5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FA5A is #6905A5. Grayscale: #CACACA. Windows color (decimal): -6882726 or 5962390. OLE color: 5962390.

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

Color convert

RGB 150 250 90 -
CMYK 0.4 0 0.64 0.02
HSL 97.5º 0.94% 0.67% -
HSV(B) 97.5º 0.64% 0.98% -
XYZ 48.61 75.59 21.7 -
YUV 201.86 64.87 91.01 -
System Red Green Blue C M Y K H S L
Decimal 150 250 90 0.4 0 0.64 0.02 97.5 0.94 0.67
Hex 96 FA 5A 28 0 40 2 62 5E 43
Octal 226 372 132 50 0 100 2 142 136 103
Binary 10010110 11111010 1011010 101000 0 1000000 10 1100010 1011110 1000011

Color Harmonies of #96FA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FA5A

Black with #96FA5A

Text Example


Text Example

White with #96FA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96FA5A; }

 p { color: rgb(150,250,90); }

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

background-color css

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

 a { background-color: rgb(150,250,90); }

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

border-color css

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

 span { border-color: rgb(150,250,90); }

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