Html Css Color HEX #9FD218 Bahia

📋 copy color: '#9FD218'

red 159 ◦ green 210 ◦ blue 24

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

Shades of Bahia #9FD218

Tints of Bahia #9FD218

RGB

 RED value IS 159 (62.5% from 255) = 40.46%

 GREEN value IS 210 (82.42% from 255) = 53.44%

 BLUE value IS 24 (9.77% from 255) = 6.11%

R = 40.46%
G = 53.44%
B = 6.11%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#9FD218 (or 0x9FD218) is known color: Bahia. HEX triplet: 9F, D2 and 18. RGB value is (159,210,24). Sum of RGB (Red+Green+Blue) = 159+210+24=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 210 (82.42% from 255 or 53.44% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 210 - color contains mainly: green. Hex color #9FD218 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD218 is #602DE7. Grayscale: #AEAEAE. Windows color (decimal): -6303208 or 1626783. OLE color: 1626783.

HSL color Cylindrical-coordinate representation of color #9FD218: hue angle of 76.45º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9FD218 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 159 210 24 -
CMYK 0.24 0 0.89 0.18
HSL 76.45º 0.79% 0.46% -
HSV(B) 76.45º 0.89% 0.82% -
XYZ 37.51 53.53 9.22 -
YUV 173.55 43.6 117.62 -
System Red Green Blue C M Y K H S L
Decimal 159 210 24 0.24 0 0.89 0.18 76.45 0.79 0.46
Hex 9F D2 18 18 0 59 12 4C 4F 2E
Octal 237 322 30 30 0 131 22 114 117 56
Binary 10011111 11010010 11000 11000 0 1011001 10010 1001100 1001111 101110

Color Harmonies of #9FD218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD218

Black with #9FD218

Text Example


Text Example

White with #9FD218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,210,24); }

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

background-color css

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

 a { background-color: rgb(159,210,24); }

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

border-color css

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

 span { border-color: rgb(159,210,24); }

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