Html Css Color HEX #9FC810 Bahia

📋 copy color: '#9FC810'

red 159 ◦ green 200 ◦ blue 16

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

Shades of Bahia #9FC810

Tints of Bahia #9FC810

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.33%

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

R = 42.4%
G = 53.33%
B = 4.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#9FC810 (or 0x9FC810) is known color: Bahia. HEX triplet: 9F, C8 and 10. RGB value is (159,200,16). Sum of RGB (Red+Green+Blue) = 159+200+16=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 200 (78.52% from 255 or 53.33% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 200 - color contains mainly: green. Hex color #9FC810 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC810 is #6037EF. Grayscale: #A7A7A7. Windows color (decimal): -6305776 or 1099935. OLE color: 1099935.

HSL color Cylindrical-coordinate representation of color #9FC810: hue angle of 73.37º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FC810 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 159 200 16 -
CMYK 0.20 0 0.92 0.22
HSL 73.37º 0.85% 0.42% -
HSV(B) 73.37º 0.92% 0.78% -
XYZ 35.05 48.72 8.05 -
YUV 166.77 42.92 122.46 -
System Red Green Blue C M Y K H S L
Decimal 159 200 16 0.20 0 0.92 0.22 73.37 0.85 0.42
Hex 9F C8 10 14 0 5C 16 49 55 2A
Octal 237 310 20 24 0 134 26 111 125 52
Binary 10011111 11001000 10000 10100 0 1011100 10110 1001001 1010101 101010

Color Harmonies of #9FC810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC810

Black with #9FC810

Text Example


Text Example

White with #9FC810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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