Html Css Color HEX #9FCE12 Bahia

📋 copy color: '#9FCE12'

red 159 ◦ green 206 ◦ blue 18

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

Shades of Bahia #9FCE12

Tints of Bahia #9FCE12

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.79%

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

R = 41.51%
G = 53.79%
B = 4.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#9FCE12 (or 0x9FCE12) is known color: Bahia. HEX triplet: 9F, CE and 12. RGB value is (159,206,18). Sum of RGB (Red+Green+Blue) = 159+206+18=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 206 (80.86% from 255 or 53.79% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCE12 is #6031ED. Grayscale: #ABABAB. Windows color (decimal): -6304238 or 1232543. OLE color: 1232543.

HSL color Cylindrical-coordinate representation of color #9FCE12: hue angle of 75º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9FCE12 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 206 18 -
CMYK 0.23 0 0.91 0.19
HSL 75º 0.84% 0.44% -
HSV(B) 75º 0.91% 0.81% -
XYZ 36.48 51.56 8.6 -
YUV 170.52 41.93 119.79 -
System Red Green Blue C M Y K H S L
Decimal 159 206 18 0.23 0 0.91 0.19 75 0.84 0.44
Hex 9F CE 12 17 0 5B 13 4B 54 2C
Octal 237 316 22 27 0 133 23 113 124 54
Binary 10011111 11001110 10010 10111 0 1011011 10011 1001011 1010100 101100

Color Harmonies of #9FCE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCE12

Black with #9FCE12

Text Example


Text Example

White with #9FCE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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