Html Css Color HEX #9FF258 Conifer

📋 copy color: '#9FF258'

red 159 ◦ green 242 ◦ blue 88

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

Shades of Conifer #9FF258

Tints of Conifer #9FF258

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.49%

 BLUE value IS 88 (34.77% from 255) = 18%

R = 32.52%
G = 49.49%
B = 18%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#9FF258 (or 0x9FF258) is known color: Conifer. HEX triplet: 9F, F2 and 58. RGB value is (159,242,88). Sum of RGB (Red+Green+Blue) = 159+242+88=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 88 (34.77% from 255 or 18.00% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF258 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF258 is #600DA7. Grayscale: #C8C8C8. Windows color (decimal): -6294952 or 5829279. OLE color: 5829279.

HSL color Cylindrical-coordinate representation of color #9FF258: hue angle of 92.34º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9FF258 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 242 88 -
CMYK 0.34 0 0.64 0.05
HSL 92.34º 0.86% 0.65% -
HSV(B) 92.34º 0.64% 0.95% -
XYZ 47.81 71.58 20.53 -
YUV 199.63 65 99.02 -
System Red Green Blue C M Y K H S L
Decimal 159 242 88 0.34 0 0.64 0.05 92.34 0.86 0.65
Hex 9F F2 58 22 0 40 5 5C 56 41
Octal 237 362 130 42 0 100 5 134 126 101
Binary 10011111 11110010 1011000 100010 0 1000000 101 1011100 1010110 1000001

Color Harmonies of #9FF258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF258

Black with #9FF258

Text Example


Text Example

White with #9FF258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,242,88); }

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

background-color css

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

 a { background-color: rgb(159,242,88); }

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

border-color css

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

 span { border-color: rgb(159,242,88); }

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