Html Css Color HEX #9FCD18 Bahia

📋 copy color: '#9FCD18'

red 159 ◦ green 205 ◦ blue 24

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

Shades of Bahia #9FCD18

Tints of Bahia #9FCD18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.19%

R = 40.98%
G = 52.84%
B = 6.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#9FCD18 (or 0x9FCD18) is known color: Bahia. HEX triplet: 9F, CD and 18. RGB value is (159,205,24). Sum of RGB (Red+Green+Blue) = 159+205+24=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 205 (80.47% from 255 or 52.84% from 388); Blue value is 24 (9.77% from 255 or 6.19% from 388); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCD18 is #6032E7. Grayscale: #ABABAB. Windows color (decimal): -6304488 or 1625503. OLE color: 1625503.

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

Color convert

RGB 159 205 24 -
CMYK 0.22 0 0.88 0.20
HSL 75.25º 0.79% 0.45% -
HSV(B) 75.25º 0.88% 0.8% -
XYZ 36.29 51.1 8.81 -
YUV 170.61 45.26 119.72 -
System Red Green Blue C M Y K H S L
Decimal 159 205 24 0.22 0 0.88 0.20 75.25 0.79 0.45
Hex 9F CD 18 16 0 58 14 4B 4F 2D
Octal 237 315 30 26 0 130 24 113 117 55
Binary 10011111 11001101 11000 10110 0 1011000 10100 1001011 1001111 101101

Color Harmonies of #9FCD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCD18

Black with #9FCD18

Text Example


Text Example

White with #9FCD18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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