Html Css Color HEX #9BF054 Conifer

📋 copy color: '#9BF054'

red 155 ◦ green 240 ◦ blue 84

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

Shades of Conifer #9BF054

Tints of Conifer #9BF054

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.1%

 BLUE value IS 84 (33.2% from 255) = 17.54%

R = 32.36%
G = 50.1%
B = 17.54%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#9BF054 (or 0x9BF054) is known color: Conifer. HEX triplet: 9B, F0 and 54. RGB value is (155,240,84). Sum of RGB (Red+Green+Blue) = 155+240+84=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 84 (33.20% from 255 or 17.54% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF054 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF054 is #640FAB. Grayscale: #C5C5C5. Windows color (decimal): -6557612 or 5566619. OLE color: 5566619.

HSL color Cylindrical-coordinate representation of color #9BF054: hue angle of 92.69º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9BF054 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 155 240 84 -
CMYK 0.35 0 0.65 0.06
HSL 92.69º 0.84% 0.64% -
HSV(B) 92.69º 0.65% 0.94% -
XYZ 46.28 69.93 19.45 -
YUV 196.8 64.34 98.18 -
System Red Green Blue C M Y K H S L
Decimal 155 240 84 0.35 0 0.65 0.06 92.69 0.84 0.64
Hex 9B F0 54 23 0 41 6 5D 54 40
Octal 233 360 124 43 0 101 6 135 124 100
Binary 10011011 11110000 1010100 100011 0 1000001 110 1011101 1010100 1000000

Color Harmonies of #9BF054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF054

Black with #9BF054

Text Example


Text Example

White with #9BF054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,240,84); }

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

background-color css

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

 a { background-color: rgb(155,240,84); }

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

border-color css

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

 span { border-color: rgb(155,240,84); }

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