Html Css Color HEX #9FC21D Bahia

📋 copy color: '#9FC21D'

red 159 ◦ green 194 ◦ blue 29

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

Shades of Bahia #9FC21D

Tints of Bahia #9FC21D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.79%

 BLUE value IS 29 (11.72% from 255) = 7.59%

R = 41.62%
G = 50.79%
B = 7.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#9FC21D (or 0x9FC21D) is known color: Bahia. HEX triplet: 9F, C2 and 1D. RGB value is (159,194,29). Sum of RGB (Red+Green+Blue) = 159+194+29=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC21D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC21D is #603DE2. Grayscale: #A5A5A5. Windows color (decimal): -6307299 or 1950367. OLE color: 1950367.

HSL color Cylindrical-coordinate representation of color #9FC21D: hue angle of 72.73º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9FC21D is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 194 29 -
CMYK 0.18 0 0.85 0.24
HSL 72.73º 0.74% 0.44% -
HSV(B) 72.73º 0.85% 0.76% -
XYZ 33.81 46.04 8.27 -
YUV 164.73 51.4 123.92 -
System Red Green Blue C M Y K H S L
Decimal 159 194 29 0.18 0 0.85 0.24 72.73 0.74 0.44
Hex 9F C2 1D 12 0 55 18 49 4A 2C
Octal 237 302 35 22 0 125 30 111 112 54
Binary 10011111 11000010 11101 10010 0 1010101 11000 1001001 1001010 101100

Color Harmonies of #9FC21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC21D

Black with #9FC21D

Text Example


Text Example

White with #9FC21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,194,29); }

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

background-color css

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

 a { background-color: rgb(159,194,29); }

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

border-color css

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

 span { border-color: rgb(159,194,29); }

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