Html Css Color HEX #9BF262 Conifer

📋 copy color: '#9BF262'

red 155 ◦ green 242 ◦ blue 98

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

Shades of Conifer #9BF262

Tints of Conifer #9BF262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.8%

R = 31.31%
G = 48.89%
B = 19.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#9BF262 (or 0x9BF262) is known color: Conifer. HEX triplet: 9B, F2 and 62. RGB value is (155,242,98). Sum of RGB (Red+Green+Blue) = 155+242+98=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 98 (38.67% from 255 or 19.80% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF262 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF262 is #640D9D. Grayscale: #C8C8C8. Windows color (decimal): -6557086 or 6484635. OLE color: 6484635.

HSL color Cylindrical-coordinate representation of color #9BF262: hue angle of 96.25º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BF262 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 242 98 -
CMYK 0.36 0 0.60 0.05
HSL 96.25º 0.85% 0.67% -
HSV(B) 96.25º 0.6% 0.95% -
XYZ 47.47 71.35 22.83 -
YUV 199.57 70.68 96.21 -
System Red Green Blue C M Y K H S L
Decimal 155 242 98 0.36 0 0.60 0.05 96.25 0.85 0.67
Hex 9B F2 62 24 0 3C 5 60 55 43
Octal 233 362 142 44 0 74 5 140 125 103
Binary 10011011 11110010 1100010 100100 0 111100 101 1100000 1010101 1000011

Color Harmonies of #9BF262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF262

Black with #9BF262

Text Example


Text Example

White with #9BF262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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