Html Css Color HEX #9FC02A Bahia

📋 copy color: '#9FC02A'

red 159 ◦ green 192 ◦ blue 42

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

Shades of Bahia #9FC02A

Tints of Bahia #9FC02A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.85%

 BLUE value IS 42 (16.8% from 255) = 10.69%

R = 40.46%
G = 48.85%
B = 10.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#9FC02A (or 0x9FC02A) is known color: Bahia. HEX triplet: 9F, C0 and 2A. RGB value is (159,192,42). Sum of RGB (Red+Green+Blue) = 159+192+42=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC02A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC02A is #603FD5. Grayscale: #A5A5A5. Windows color (decimal): -6307798 or 2801823. OLE color: 2801823.

HSL color Cylindrical-coordinate representation of color #9FC02A: hue angle of 73.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9FC02A is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 192 42 -
CMYK 0.17 0 0.78 0.25
HSL 73.2º 0.64% 0.46% -
HSV(B) 73.2º 0.78% 0.75% -
XYZ 33.57 45.24 9.15 -
YUV 165.03 58.57 123.7 -
System Red Green Blue C M Y K H S L
Decimal 159 192 42 0.17 0 0.78 0.25 73.2 0.64 0.46
Hex 9F C0 2A 11 0 4E 19 49 40 2E
Octal 237 300 52 21 0 116 31 111 100 56
Binary 10011111 11000000 101010 10001 0 1001110 11001 1001001 1000000 101110

Color Harmonies of #9FC02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC02A

Black with #9FC02A

Text Example


Text Example

White with #9FC02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,192,42); }

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

background-color css

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

 a { background-color: rgb(159,192,42); }

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

border-color css

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

 span { border-color: rgb(159,192,42); }

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