Html Css Color HEX #9BF65C Conifer

📋 copy color: '#9BF65C'

red 155 ◦ green 246 ◦ blue 92

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

Shades of Conifer #9BF65C

Tints of Conifer #9BF65C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.9%

 BLUE value IS 92 (36.33% from 255) = 18.66%

R = 31.44%
G = 49.9%
B = 18.66%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#9BF65C (or 0x9BF65C) is known color: Conifer. HEX triplet: 9B, F6 and 5C. RGB value is (155,246,92). Sum of RGB (Red+Green+Blue) = 155+246+92=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 246 (96.48% from 255 or 49.90% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF65C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF65C is #6409A3. Grayscale: #C9C9C9. Windows color (decimal): -6556068 or 6092443. OLE color: 6092443.

HSL color Cylindrical-coordinate representation of color #9BF65C: hue angle of 95.45º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BF65C is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 155 246 92 -
CMYK 0.37 0 0.63 0.04
HSL 95.45º 0.9% 0.66% -
HSV(B) 95.45º 0.63% 0.96% -
XYZ 48.41 73.65 21.79 -
YUV 201.24 66.35 95.02 -
System Red Green Blue C M Y K H S L
Decimal 155 246 92 0.37 0 0.63 0.04 95.45 0.9 0.66
Hex 9B F6 5C 25 0 3F 4 5F 5A 42
Octal 233 366 134 45 0 77 4 137 132 102
Binary 10011011 11110110 1011100 100101 0 111111 100 1011111 1011010 1000010

Color Harmonies of #9BF65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF65C

Black with #9BF65C

Text Example


Text Example

White with #9BF65C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,246,92); }

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

background-color css

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

 a { background-color: rgb(155,246,92); }

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

border-color css

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

 span { border-color: rgb(155,246,92); }

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