Html Css Color HEX #A8CE18 Bahia

📋 copy color: '#A8CE18'

red 168 ◦ green 206 ◦ blue 24

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

Shades of Bahia #A8CE18

Tints of Bahia #A8CE18

RGB

 RED value IS 168 (66.02% from 255) = 42.21%

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

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

R = 42.21%
G = 51.76%
B = 6.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#A8CE18 (or 0xA8CE18) is known color: Bahia. HEX triplet: A8, CE and 18. RGB value is (168,206,24). Sum of RGB (Red+Green+Blue) = 168+206+24=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 206 (80.86% from 255 or 51.76% from 398); Blue value is 24 (9.77% from 255 or 6.03% from 398); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CE18 is #5731E7. Grayscale: #AEAEAE. Windows color (decimal): -5714408 or 1625768. OLE color: 1625768.

HSL color Cylindrical-coordinate representation of color #A8CE18: hue angle of 72.53º 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 #A8CE18 is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 206 24 -
CMYK 0.18 0 0.88 0.19
HSL 72.53º 0.79% 0.45% -
HSV(B) 72.53º 0.88% 0.81% -
XYZ 38.38 52.53 8.98 -
YUV 173.89 43.41 123.8 -
System Red Green Blue C M Y K H S L
Decimal 168 206 24 0.18 0 0.88 0.19 72.53 0.79 0.45
Hex A8 CE 18 12 0 58 13 49 4F 2D
Octal 250 316 30 22 0 130 23 111 117 55
Binary 10101000 11001110 11000 10010 0 1011000 10011 1001001 1001111 101101

Color Harmonies of #A8CE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CE18

Black with #A8CE18

Text Example


Text Example

White with #A8CE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CE18; }

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

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

background-color css

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

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

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

border-color css

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

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

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