Html Css Color HEX #9FCC0F Bahia

📋 copy color: '#9FCC0F'

red 159 ◦ green 204 ◦ blue 15

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

Shades of Bahia #9FCC0F

Tints of Bahia #9FCC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.97%

R = 42.06%
G = 53.97%
B = 3.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#9FCC0F (or 0x9FCC0F) is known color: Bahia. HEX triplet: 9F, CC and 0F. RGB value is (159,204,15). Sum of RGB (Red+Green+Blue) = 159+204+15=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 204 (80.08% from 255 or 53.97% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCC0F is #6033F0. Grayscale: #A9A9A9. Windows color (decimal): -6304753 or 1035423. OLE color: 1035423.

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

Color convert

RGB 159 204 15 -
CMYK 0.22 0 0.93 0.2
HSL 74.29º 0.86% 0.43% -
HSV(B) 74.29º 0.93% 0.8% -
XYZ 35.98 50.59 8.32 -
YUV 169 41.09 120.87 -
System Red Green Blue C M Y K H S L
Decimal 159 204 15 0.22 0 0.93 0.2 74.29 0.86 0.43
Hex 9F CC F 16 0 5D 14 4A 56 2B
Octal 237 314 17 26 0 135 24 112 126 53
Binary 10011111 11001100 1111 10110 0 1011101 10100 1001010 1010110 101011

Color Harmonies of #9FCC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCC0F

Black with #9FCC0F

Text Example


Text Example

White with #9FCC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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