Html Css Color HEX #9FD010 Bahia

📋 copy color: '#9FD010'

red 159 ◦ green 208 ◦ blue 16

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

Shades of Bahia #9FD010

Tints of Bahia #9FD010

RGB

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

 GREEN value IS 208 (81.64% from 255) = 54.31%

 BLUE value IS 16 (6.64% from 255) = 4.18%

R = 41.51%
G = 54.31%
B = 4.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#9FD010 (or 0x9FD010) is known color: Bahia. HEX triplet: 9F, D0 and 10. RGB value is (159,208,16). Sum of RGB (Red+Green+Blue) = 159+208+16=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 208 (81.64% from 255 or 54.31% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 208 - color contains mainly: green. Hex color #9FD010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD010 is #602FEF. Grayscale: #ACACAC. Windows color (decimal): -6303728 or 1101983. OLE color: 1101983.

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

Color convert

RGB 159 208 16 -
CMYK 0.24 0 0.92 0.18
HSL 75.31º 0.86% 0.44% -
HSV(B) 75.31º 0.92% 0.82% -
XYZ 36.95 52.52 8.68 -
YUV 171.46 40.27 119.11 -
System Red Green Blue C M Y K H S L
Decimal 159 208 16 0.24 0 0.92 0.18 75.31 0.86 0.44
Hex 9F D0 10 18 0 5C 12 4B 56 2C
Octal 237 320 20 30 0 134 22 113 126 54
Binary 10011111 11010000 10000 11000 0 1011100 10010 1001011 1010110 101100

Color Harmonies of #9FD010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD010

Black with #9FD010

Text Example


Text Example

White with #9FD010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,208,16); }

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

background-color css

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

 a { background-color: rgb(159,208,16); }

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

border-color css

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

 span { border-color: rgb(159,208,16); }

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