Html Css Color HEX #9CCC14 Bahia

📋 copy color: '#9CCC14'

red 156 ◦ green 204 ◦ blue 20

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

Shades of Bahia #9CCC14

Tints of Bahia #9CCC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.26%

R = 41.05%
G = 53.68%
B = 5.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#9CCC14 (or 0x9CCC14) is known color: Bahia. HEX triplet: 9C, CC and 14. RGB value is (156,204,20). Sum of RGB (Red+Green+Blue) = 156+204+20=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 204 (80.08% from 255 or 53.68% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CCC14 is #6333EB. Grayscale: #A9A9A9. Windows color (decimal): -6501356 or 1363100. OLE color: 1363100.

HSL color Cylindrical-coordinate representation of color #9CCC14: hue angle of 75.65º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9CCC14 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 156 204 20 -
CMYK 0.24 0 0.90 0.2
HSL 75.65º 0.82% 0.44% -
HSV(B) 75.65º 0.9% 0.8% -
XYZ 35.43 50.3 8.5 -
YUV 168.67 44.1 118.96 -
System Red Green Blue C M Y K H S L
Decimal 156 204 20 0.24 0 0.90 0.2 75.65 0.82 0.44
Hex 9C CC 14 18 0 5A 14 4C 52 2C
Octal 234 314 24 30 0 132 24 114 122 54
Binary 10011100 11001100 10100 11000 0 1011010 10100 1001100 1010010 101100

Color Harmonies of #9CCC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCC14

Black with #9CCC14

Text Example


Text Example

White with #9CCC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,204,20); }

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

background-color css

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

 a { background-color: rgb(156,204,20); }

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

border-color css

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

 span { border-color: rgb(156,204,20); }

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