Html Css Color HEX #9FCC20 Bahia

📋 copy color: '#9FCC20'

red 159 ◦ green 204 ◦ blue 32

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

Shades of Bahia #9FCC20

Tints of Bahia #9FCC20

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.65%

 BLUE value IS 32 (12.89% from 255) = 8.1%

R = 40.25%
G = 51.65%
B = 8.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#9FCC20 (or 0x9FCC20) is known color: Bahia. HEX triplet: 9F, CC and 20. RGB value is (159,204,32). Sum of RGB (Red+Green+Blue) = 159+204+32=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCC20 is #6033DF. Grayscale: #ABABAB. Windows color (decimal): -6304736 or 2149535. OLE color: 2149535.

HSL color Cylindrical-coordinate representation of color #9FCC20: hue angle of 75.7º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9FCC20 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 159 204 32 -
CMYK 0.22 0 0.84 0.2
HSL 75.7º 0.73% 0.46% -
HSV(B) 75.7º 0.84% 0.8% -
XYZ 36.15 50.66 9.24 -
YUV 170.94 49.59 119.49 -
System Red Green Blue C M Y K H S L
Decimal 159 204 32 0.22 0 0.84 0.2 75.7 0.73 0.46
Hex 9F CC 20 16 0 54 14 4C 49 2E
Octal 237 314 40 26 0 124 24 114 111 56
Binary 10011111 11001100 100000 10110 0 1010100 10100 1001100 1001001 101110

Color Harmonies of #9FCC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCC20

Black with #9FCC20

Text Example


Text Example

White with #9FCC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,204,32); }

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

background-color css

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

 a { background-color: rgb(159,204,32); }

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

border-color css

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

 span { border-color: rgb(159,204,32); }

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