Html Css Color HEX #99CE10 Bahia

📋 copy color: '#99CE10'

red 153 ◦ green 206 ◦ blue 16

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

Shades of Bahia #99CE10

Tints of Bahia #99CE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.27%

R = 40.8%
G = 54.93%
B = 4.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#99CE10 (or 0x99CE10) is known color: Bahia. HEX triplet: 99, CE and 10. RGB value is (153,206,16). Sum of RGB (Red+Green+Blue) = 153+206+16=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 206 (80.86% from 255 or 54.93% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CE10 is #6631EF. Grayscale: #A9A9A9. Windows color (decimal): -6697456 or 1101465. OLE color: 1101465.

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

Color convert

RGB 153 206 16 -
CMYK 0.26 0 0.92 0.19
HSL 76.74º 0.86% 0.44% -
HSV(B) 76.74º 0.92% 0.81% -
XYZ 35.3 50.95 8.46 -
YUV 168.49 41.94 116.95 -
System Red Green Blue C M Y K H S L
Decimal 153 206 16 0.26 0 0.92 0.19 76.74 0.86 0.44
Hex 99 CE 10 1A 0 5C 13 4D 56 2C
Octal 231 316 20 32 0 134 23 115 126 54
Binary 10011001 11001110 10000 11010 0 1011100 10011 1001101 1010110 101100

Color Harmonies of #99CE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CE10

Black with #99CE10

Text Example


Text Example

White with #99CE10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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