Html Css Color HEX #9BF258 Conifer

📋 copy color: '#9BF258'

red 155 ◦ green 242 ◦ blue 88

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

Shades of Conifer #9BF258

Tints of Conifer #9BF258

RGB

 RED value IS 155 (60.94% from 255) = 31.96%

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

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

R = 31.96%
G = 49.9%
B = 18.14%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#9BF258 (or 0x9BF258) is known color: Conifer. HEX triplet: 9B, F2 and 58. RGB value is (155,242,88). Sum of RGB (Red+Green+Blue) = 155+242+88=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 88 (34.77% from 255 or 18.14% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF258 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF258 is #640DA7. Grayscale: #C6C6C6. Windows color (decimal): -6557096 or 5829275. OLE color: 5829275.

HSL color Cylindrical-coordinate representation of color #9BF258: hue angle of 93.9º 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 #9BF258 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 242 88 -
CMYK 0.36 0 0.64 0.05
HSL 93.9º 0.86% 0.65% -
HSV(B) 93.9º 0.64% 0.95% -
XYZ 47.03 71.18 20.49 -
YUV 198.43 65.68 97.02 -
System Red Green Blue C M Y K H S L
Decimal 155 242 88 0.36 0 0.64 0.05 93.9 0.86 0.65
Hex 9B F2 58 24 0 40 5 5E 56 41
Octal 233 362 130 44 0 100 5 136 126 101
Binary 10011011 11110010 1011000 100100 0 1000000 101 1011110 1010110 1000001

Color Harmonies of #9BF258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF258

Black with #9BF258

Text Example


Text Example

White with #9BF258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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