Html Css Color HEX #9BF55A Conifer

📋 copy color: '#9BF55A'

red 155 ◦ green 245 ◦ blue 90

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

Shades of Conifer #9BF55A

Tints of Conifer #9BF55A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50%

 BLUE value IS 90 (35.55% from 255) = 18.37%

R = 31.63%
G = 50%
B = 18.37%

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

#9BF55A (or 0x9BF55A) is known color: Conifer. HEX triplet: 9B, F5 and 5A. RGB value is (155,245,90). Sum of RGB (Red+Green+Blue) = 155+245+90=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 245 (96.09% from 255 or 50% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 245 - color contains mainly: green. Hex color #9BF55A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF55A is #640AA5. Grayscale: #C8C8C8. Windows color (decimal): -6556326 or 5961115. OLE color: 5961115.

HSL color Cylindrical-coordinate representation of color #9BF55A: hue angle of 94.84º degrees, saturation: 0.89, 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 #9BF55A is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 155 245 90 -
CMYK 0.37 0 0.63 0.04
HSL 94.84º 0.89% 0.66% -
HSV(B) 94.84º 0.63% 0.96% -
XYZ 48.02 73.01 21.23 -
YUV 200.42 65.68 95.6 -
System Red Green Blue C M Y K H S L
Decimal 155 245 90 0.37 0 0.63 0.04 94.84 0.89 0.66
Hex 9B F5 5A 25 0 3F 4 5F 59 42
Octal 233 365 132 45 0 77 4 137 131 102
Binary 10011011 11110101 1011010 100101 0 111111 100 1011111 1011001 1000010

Color Harmonies of #9BF55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF55A

Black with #9BF55A

Text Example


Text Example

White with #9BF55A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,245,90); }

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

background-color css

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

 a { background-color: rgb(155,245,90); }

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

border-color css

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

 span { border-color: rgb(155,245,90); }

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