Html Css Color HEX #9FCA19 Bahia

📋 copy color: '#9FCA19'

red 159 ◦ green 202 ◦ blue 25

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

Shades of Bahia #9FCA19

Tints of Bahia #9FCA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.48%

R = 41.19%
G = 52.33%
B = 6.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#9FCA19 (or 0x9FCA19) is known color: Bahia. HEX triplet: 9F, CA and 19. RGB value is (159,202,25). Sum of RGB (Red+Green+Blue) = 159+202+25=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 25 (10.16% from 255 or 6.48% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCA19 is #6035E6. Grayscale: #A9A9A9. Windows color (decimal): -6305255 or 1690271. OLE color: 1690271.

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

Color convert

RGB 159 202 25 -
CMYK 0.21 0 0.88 0.21
HSL 74.58º 0.78% 0.45% -
HSV(B) 74.58º 0.88% 0.79% -
XYZ 35.59 49.68 8.63 -
YUV 168.97 46.75 120.89 -
System Red Green Blue C M Y K H S L
Decimal 159 202 25 0.21 0 0.88 0.21 74.58 0.78 0.45
Hex 9F CA 19 15 0 58 15 4B 4E 2D
Octal 237 312 31 25 0 130 25 113 116 55
Binary 10011111 11001010 11001 10101 0 1011000 10101 1001011 1001110 101101

Color Harmonies of #9FCA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCA19

Black with #9FCA19

Text Example


Text Example

White with #9FCA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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