Html Css Color HEX #9BF24C Conifer

📋 copy color: '#9BF24C'

red 155 ◦ green 242 ◦ blue 76

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

Shades of Conifer #9BF24C

Tints of Conifer #9BF24C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.16%

 BLUE value IS 76 (30.08% from 255) = 16.07%

R = 32.77%
G = 51.16%
B = 16.07%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#9BF24C (or 0x9BF24C) is known color: Conifer. HEX triplet: 9B, F2 and 4C. RGB value is (155,242,76). Sum of RGB (Red+Green+Blue) = 155+242+76=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 76 (30.08% from 255 or 16.07% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF24C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BF24C is #640DB3. Grayscale: #C5C5C5. Windows color (decimal): -6557108 or 5042843. OLE color: 5042843.

HSL color Cylindrical-coordinate representation of color #9BF24C: hue angle of 91.45º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9BF24C is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 242 76 -
CMYK 0.36 0 0.69 0.05
HSL 91.45º 0.86% 0.62% -
HSV(B) 91.45º 0.69% 0.95% -
XYZ 46.57 70.99 18.09 -
YUV 197.06 59.68 98 -
System Red Green Blue C M Y K H S L
Decimal 155 242 76 0.36 0 0.69 0.05 91.45 0.86 0.62
Hex 9B F2 4C 24 0 45 5 5B 56 3E
Octal 233 362 114 44 0 105 5 133 126 76
Binary 10011011 11110010 1001100 100100 0 1000101 101 1011011 1010110 111110

Color Harmonies of #9BF24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF24C

Black with #9BF24C

Text Example


Text Example

White with #9BF24C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,242,76); }

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

background-color css

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

 a { background-color: rgb(155,242,76); }

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

border-color css

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

 span { border-color: rgb(155,242,76); }

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