Html Css Color HEX #9BEC5E Conifer

📋 copy color: '#9BEC5E'

red 155 ◦ green 236 ◦ blue 94

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

Shades of Conifer #9BEC5E

Tints of Conifer #9BEC5E

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.66%

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

R = 31.96%
G = 48.66%
B = 19.38%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#9BEC5E (or 0x9BEC5E) is known color: Conifer. HEX triplet: 9B, EC and 5E. RGB value is (155,236,94). Sum of RGB (Red+Green+Blue) = 155+236+94=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #9BEC5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BEC5E is #6413A1. Grayscale: #C4C4C4. Windows color (decimal): -6558626 or 6220955. OLE color: 6220955.

HSL color Cylindrical-coordinate representation of color #9BEC5E: hue angle of 94.23º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BEC5E is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 236 94 -
CMYK 0.34 0 0.60 0.07
HSL 94.23º 0.79% 0.65% -
HSV(B) 94.23º 0.6% 0.93% -
XYZ 45.53 67.77 21.27 -
YUV 195.59 70.66 99.05 -
System Red Green Blue C M Y K H S L
Decimal 155 236 94 0.34 0 0.60 0.07 94.23 0.79 0.65
Hex 9B EC 5E 22 0 3C 7 5E 4F 41
Octal 233 354 136 42 0 74 7 136 117 101
Binary 10011011 11101100 1011110 100010 0 111100 111 1011110 1001111 1000001

Color Harmonies of #9BEC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEC5E

Black with #9BEC5E

Text Example


Text Example

White with #9BEC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,236,94); }

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

background-color css

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

 a { background-color: rgb(155,236,94); }

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

border-color css

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

 span { border-color: rgb(155,236,94); }

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