Html Css Color HEX #9FCA16 Bahia

📋 copy color: '#9FCA16'

red 159 ◦ green 202 ◦ blue 22

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

Shades of Bahia #9FCA16

Tints of Bahia #9FCA16

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.74%

 BLUE value IS 22 (8.98% from 255) = 5.74%

R = 41.51%
G = 52.74%
B = 5.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#9FCA16 (or 0x9FCA16) is known color: Bahia. HEX triplet: 9F, CA and 16. RGB value is (159,202,22). Sum of RGB (Red+Green+Blue) = 159+202+22=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 202 (79.30% from 255 or 52.74% from 383); Blue value is 22 (8.98% from 255 or 5.74% from 383); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCA16 is #6035E9. Grayscale: #A9A9A9. Windows color (decimal): -6305258 or 1493663. OLE color: 1493663.

HSL color Cylindrical-coordinate representation of color #9FCA16: hue angle of 74.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9FCA16 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 202 22 -
CMYK 0.21 0 0.89 0.21
HSL 74.33º 0.8% 0.44% -
HSV(B) 74.33º 0.89% 0.79% -
XYZ 35.56 49.67 8.47 -
YUV 168.62 45.25 121.14 -
System Red Green Blue C M Y K H S L
Decimal 159 202 22 0.21 0 0.89 0.21 74.33 0.8 0.44
Hex 9F CA 16 15 0 59 15 4A 50 2C
Octal 237 312 26 25 0 131 25 112 120 54
Binary 10011111 11001010 10110 10101 0 1011001 10101 1001010 1010000 101100

Color Harmonies of #9FCA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCA16

Black with #9FCA16

Text Example


Text Example

White with #9FCA16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,202,22); }

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

background-color css

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

 a { background-color: rgb(159,202,22); }

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

border-color css

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

 span { border-color: rgb(159,202,22); }

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