Html Css Color HEX #9CD00F Bahia

📋 copy color: '#9CD00F'

red 156 ◦ green 208 ◦ blue 15

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

Shades of Bahia #9CD00F

Tints of Bahia #9CD00F

RGB

 RED value IS 156 (61.33% from 255) = 41.16%

 GREEN value IS 208 (81.64% from 255) = 54.88%

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

R = 41.16%
G = 54.88%
B = 3.96%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#9CD00F (or 0x9CD00F) is known color: Bahia. HEX triplet: 9C, D0 and 0F. RGB value is (156,208,15). Sum of RGB (Red+Green+Blue) = 156+208+15=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 208 (81.64% from 255 or 54.88% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 208 - color contains mainly: green. Hex color #9CD00F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CD00F is #632FF0. Grayscale: #ABABAB. Windows color (decimal): -6500337 or 1036444. OLE color: 1036444.

HSL color Cylindrical-coordinate representation of color #9CD00F: hue angle of 76.17º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9CD00F is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 156 208 15 -
CMYK 0.25 0 0.93 0.18
HSL 76.17º 0.87% 0.44% -
HSV(B) 76.17º 0.93% 0.82% -
XYZ 36.35 52.21 8.61 -
YUV 170.45 40.27 117.69 -
System Red Green Blue C M Y K H S L
Decimal 156 208 15 0.25 0 0.93 0.18 76.17 0.87 0.44
Hex 9C D0 F 19 0 5D 12 4C 57 2C
Octal 234 320 17 31 0 135 22 114 127 54
Binary 10011100 11010000 1111 11001 0 1011101 10010 1001100 1010111 101100

Color Harmonies of #9CD00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD00F

Black with #9CD00F

Text Example


Text Example

White with #9CD00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,208,15); }

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

background-color css

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

 a { background-color: rgb(156,208,15); }

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

border-color css

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

 span { border-color: rgb(156,208,15); }

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