Html Css Color HEX #9BE160 Conifer

📋 copy color: '#9BE160'

red 155 ◦ green 225 ◦ blue 96

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

Shades of Conifer #9BE160

Tints of Conifer #9BE160

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.27%

 BLUE value IS 96 (37.89% from 255) = 20.17%

R = 32.56%
G = 47.27%
B = 20.17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#9BE160 (or 0x9BE160) is known color: Conifer. HEX triplet: 9B, E1 and 60. RGB value is (155,225,96). Sum of RGB (Red+Green+Blue) = 155+225+96=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE160 is #641E9F. Grayscale: #BDBDBD. Windows color (decimal): -6561440 or 6349211. OLE color: 6349211.

HSL color Cylindrical-coordinate representation of color #9BE160: hue angle of 92.56º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BE160 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 225 96 -
CMYK 0.31 0 0.57 0.12
HSL 92.56º 0.68% 0.63% -
HSV(B) 92.56º 0.57% 0.88% -
XYZ 42.55 61.66 20.73 -
YUV 189.36 75.31 103.49 -
System Red Green Blue C M Y K H S L
Decimal 155 225 96 0.31 0 0.57 0.12 92.56 0.68 0.63
Hex 9B E1 60 1F 0 39 C 5D 44 3F
Octal 233 341 140 37 0 71 14 135 104 77
Binary 10011011 11100001 1100000 11111 0 111001 1100 1011101 1000100 111111

Color Harmonies of #9BE160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE160

Black with #9BE160

Text Example


Text Example

White with #9BE160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,225,96); }

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

background-color css

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

 a { background-color: rgb(155,225,96); }

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

border-color css

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

 span { border-color: rgb(155,225,96); }

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