Html Css Color HEX #9BED5E Conifer

📋 copy color: '#9BED5E'

red 155 ◦ green 237 ◦ blue 94

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

Shades of Conifer #9BED5E

Tints of Conifer #9BED5E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.77%

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

R = 31.89%
G = 48.77%
B = 19.34%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#9BED5E (or 0x9BED5E) is known color: Conifer. HEX triplet: 9B, ED and 5E. RGB value is (155,237,94). Sum of RGB (Red+Green+Blue) = 155+237+94=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #9BED5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BED5E is #6412A1. Grayscale: #C4C4C4. Windows color (decimal): -6558370 or 6221211. OLE color: 6221211.

HSL color Cylindrical-coordinate representation of color #9BED5E: hue angle of 94.41º degrees, saturation: 0.8, 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 #9BED5E is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 237 94 -
CMYK 0.35 0 0.60 0.07
HSL 94.41º 0.8% 0.65% -
HSV(B) 94.41º 0.6% 0.93% -
XYZ 45.82 68.35 21.37 -
YUV 196.18 70.33 98.63 -
System Red Green Blue C M Y K H S L
Decimal 155 237 94 0.35 0 0.60 0.07 94.41 0.8 0.65
Hex 9B ED 5E 23 0 3C 7 5E 50 41
Octal 233 355 136 43 0 74 7 136 120 101
Binary 10011011 11101101 1011110 100011 0 111100 111 1011110 1010000 1000001

Color Harmonies of #9BED5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BED5E

Black with #9BED5E

Text Example


Text Example

White with #9BED5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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