Html Css Color HEX #99CE18 Bahia

📋 copy color: '#99CE18'

red 153 ◦ green 206 ◦ blue 24

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

Shades of Bahia #99CE18

Tints of Bahia #99CE18

RGB

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

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

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

R = 39.95%
G = 53.79%
B = 6.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#99CE18 (or 0x99CE18) is known color: Bahia. HEX triplet: 99, CE and 18. RGB value is (153,206,24). Sum of RGB (Red+Green+Blue) = 153+206+24=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 206 (80.86% from 255 or 53.79% from 383); Blue value is 24 (9.77% from 255 or 6.27% from 383); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CE18 is #6631E7. Grayscale: #AAAAAA. Windows color (decimal): -6697448 or 1625753. OLE color: 1625753.

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

Color convert

RGB 153 206 24 -
CMYK 0.26 0 0.88 0.19
HSL 77.47º 0.79% 0.45% -
HSV(B) 77.47º 0.88% 0.81% -
XYZ 35.37 50.98 8.84 -
YUV 169.41 45.94 116.3 -
System Red Green Blue C M Y K H S L
Decimal 153 206 24 0.26 0 0.88 0.19 77.47 0.79 0.45
Hex 99 CE 18 1A 0 58 13 4D 4F 2D
Octal 231 316 30 32 0 130 23 115 117 55
Binary 10011001 11001110 11000 11010 0 1011000 10011 1001101 1001111 101101

Color Harmonies of #99CE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CE18

Black with #99CE18

Text Example


Text Example

White with #99CE18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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