Html Css Color HEX #9FC712 Bahia

📋 copy color: '#9FC712'

red 159 ◦ green 199 ◦ blue 18

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

Shades of Bahia #9FC712

Tints of Bahia #9FC712

RGB

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

 GREEN value IS 199 (78.13% from 255) = 52.93%

 BLUE value IS 18 (7.42% from 255) = 4.79%

R = 42.29%
G = 52.93%
B = 4.79%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#9FC712 (or 0x9FC712) is known color: Bahia. HEX triplet: 9F, C7 and 12. RGB value is (159,199,18). Sum of RGB (Red+Green+Blue) = 159+199+18=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 199 (78.12% from 255 or 52.93% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 199 - color contains mainly: green. Hex color #9FC712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC712 is #6038ED. Grayscale: #A7A7A7. Windows color (decimal): -6306030 or 1230751. OLE color: 1230751.

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

Color convert

RGB 159 199 18 -
CMYK 0.20 0 0.91 0.22
HSL 73.26º 0.83% 0.43% -
HSV(B) 73.26º 0.91% 0.78% -
XYZ 34.83 48.26 8.05 -
YUV 166.41 44.25 122.72 -
System Red Green Blue C M Y K H S L
Decimal 159 199 18 0.20 0 0.91 0.22 73.26 0.83 0.43
Hex 9F C7 12 14 0 5B 16 49 53 2B
Octal 237 307 22 24 0 133 26 111 123 53
Binary 10011111 11000111 10010 10100 0 1011011 10110 1001001 1010011 101011

Color Harmonies of #9FC712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC712

Black with #9FC712

Text Example


Text Example

White with #9FC712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,199,18); }

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

background-color css

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

 a { background-color: rgb(159,199,18); }

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

border-color css

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

 span { border-color: rgb(159,199,18); }

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