Html Css Color HEX #99CE14 Bahia

📋 copy color: '#99CE14'

red 153 ◦ green 206 ◦ blue 20

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

Shades of Bahia #99CE14

Tints of Bahia #99CE14

RGB

 RED value IS 153 (60.16% from 255) = 40.37%

 GREEN value IS 206 (80.86% from 255) = 54.35%

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

R = 40.37%
G = 54.35%
B = 5.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#99CE14 (or 0x99CE14) is known color: Bahia. HEX triplet: 99, CE and 14. RGB value is (153,206,20). Sum of RGB (Red+Green+Blue) = 153+206+20=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 206 (80.86% from 255 or 54.35% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CE14 is #6631EB. Grayscale: #A9A9A9. Windows color (decimal): -6697452 or 1363609. OLE color: 1363609.

HSL color Cylindrical-coordinate representation of color #99CE14: hue angle of 77.1º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99CE14 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 206 20 -
CMYK 0.26 0 0.90 0.19
HSL 77.1º 0.82% 0.44% -
HSV(B) 77.1º 0.9% 0.81% -
XYZ 35.33 50.97 8.64 -
YUV 168.95 43.94 116.62 -
System Red Green Blue C M Y K H S L
Decimal 153 206 20 0.26 0 0.90 0.19 77.1 0.82 0.44
Hex 99 CE 14 1A 0 5A 13 4D 52 2C
Octal 231 316 24 32 0 132 23 115 122 54
Binary 10011001 11001110 10100 11010 0 1011010 10011 1001101 1010010 101100

Color Harmonies of #99CE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CE14

Black with #99CE14

Text Example


Text Example

White with #99CE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99CE14; }

 p { color: rgb(153,206,20); }

 H1.HeaderClassName
 {
   color: #99CE14;
 }
 .AnyTagClassName
 {
   color: #99CE14;
 }
</style>

background-color css

<style>
 a { background-color: #99CE14; }

 a { background-color: rgb(153,206,20); }

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

border-color css

<style>
 span { border-color: #99CE14; }

 span { border-color: rgb(153,206,20); }

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