Html Css Color HEX #9FCC1C Bahia

📋 copy color: '#9FCC1C'

red 159 ◦ green 204 ◦ blue 28

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

Shades of Bahia #9FCC1C

Tints of Bahia #9FCC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.16%

R = 40.66%
G = 52.17%
B = 7.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#9FCC1C (or 0x9FCC1C) is known color: Bahia. HEX triplet: 9F, CC and 1C. RGB value is (159,204,28). Sum of RGB (Red+Green+Blue) = 159+204+28=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 28 (11.33% from 255 or 7.16% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCC1C is #6033E3. Grayscale: #ABABAB. Windows color (decimal): -6304740 or 1887391. OLE color: 1887391.

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

Color convert

RGB 159 204 28 -
CMYK 0.22 0 0.86 0.2
HSL 75.34º 0.76% 0.45% -
HSV(B) 75.34º 0.86% 0.8% -
XYZ 36.1 50.64 8.97 -
YUV 170.48 47.59 119.81 -
System Red Green Blue C M Y K H S L
Decimal 159 204 28 0.22 0 0.86 0.2 75.34 0.76 0.45
Hex 9F CC 1C 16 0 56 14 4B 4C 2D
Octal 237 314 34 26 0 126 24 113 114 55
Binary 10011111 11001100 11100 10110 0 1010110 10100 1001011 1001100 101101

Color Harmonies of #9FCC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCC1C

Black with #9FCC1C

Text Example


Text Example

White with #9FCC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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