Html Css Color HEX #9FD115 Bahia

📋 copy color: '#9FD115'

red 159 ◦ green 209 ◦ blue 21

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

Shades of Bahia #9FD115

Tints of Bahia #9FD115

RGB

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

 GREEN value IS 209 (82.03% from 255) = 53.73%

 BLUE value IS 21 (8.59% from 255) = 5.4%

R = 40.87%
G = 53.73%
B = 5.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#9FD115 (or 0x9FD115) is known color: Bahia. HEX triplet: 9F, D1 and 15. RGB value is (159,209,21). Sum of RGB (Red+Green+Blue) = 159+209+21=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 209 (82.03% from 255 or 53.73% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 209 - color contains mainly: green. Hex color #9FD115 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD115 is #602EEA. Grayscale: #ADADAD. Windows color (decimal): -6303467 or 1429919. OLE color: 1429919.

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

Color convert

RGB 159 209 21 -
CMYK 0.24 0 0.90 0.18
HSL 75.96º 0.82% 0.45% -
HSV(B) 75.96º 0.9% 0.82% -
XYZ 37.23 53.03 8.98 -
YUV 172.62 42.44 118.29 -
System Red Green Blue C M Y K H S L
Decimal 159 209 21 0.24 0 0.90 0.18 75.96 0.82 0.45
Hex 9F D1 15 18 0 5A 12 4C 52 2D
Octal 237 321 25 30 0 132 22 114 122 55
Binary 10011111 11010001 10101 11000 0 1011010 10010 1001100 1010010 101101

Color Harmonies of #9FD115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD115

Black with #9FD115

Text Example


Text Example

White with #9FD115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,209,21); }

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

background-color css

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

 a { background-color: rgb(159,209,21); }

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

border-color css

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

 span { border-color: rgb(159,209,21); }

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