Html Css Color HEX #9FCD13 Bahia

📋 copy color: '#9FCD13'

red 159 ◦ green 205 ◦ blue 19

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

Shades of Bahia #9FCD13

Tints of Bahia #9FCD13

RGB

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

 GREEN value IS 205 (80.47% from 255) = 53.52%

 BLUE value IS 19 (7.81% from 255) = 4.96%

R = 41.51%
G = 53.52%
B = 4.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#9FCD13 (or 0x9FCD13) is known color: Bahia. HEX triplet: 9F, CD and 13. RGB value is (159,205,19). Sum of RGB (Red+Green+Blue) = 159+205+19=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 205 (80.47% from 255 or 53.52% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCD13 is #6032EC. Grayscale: #AAAAAA. Windows color (decimal): -6304493 or 1297823. OLE color: 1297823.

HSL color Cylindrical-coordinate representation of color #9FCD13: hue angle of 74.84º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9FCD13 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 205 19 -
CMYK 0.22 0 0.91 0.20
HSL 74.84º 0.83% 0.44% -
HSV(B) 74.84º 0.91% 0.8% -
XYZ 36.25 51.08 8.57 -
YUV 170.04 42.76 120.12 -
System Red Green Blue C M Y K H S L
Decimal 159 205 19 0.22 0 0.91 0.20 74.84 0.83 0.44
Hex 9F CD 13 16 0 5B 14 4B 53 2C
Octal 237 315 23 26 0 133 24 113 123 54
Binary 10011111 11001101 10011 10110 0 1011011 10100 1001011 1010011 101100

Color Harmonies of #9FCD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCD13

Black with #9FCD13

Text Example


Text Example

White with #9FCD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,205,19); }

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

background-color css

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

 a { background-color: rgb(159,205,19); }

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

border-color css

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

 span { border-color: rgb(159,205,19); }

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