Html Css Color HEX #A8CE16 Bahia

📋 copy color: '#A8CE16'

red 168 ◦ green 206 ◦ blue 22

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

Shades of Bahia #A8CE16

Tints of Bahia #A8CE16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.56%

R = 42.42%
G = 52.02%
B = 5.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#A8CE16 (or 0xA8CE16) is known color: Bahia. HEX triplet: A8, CE and 16. RGB value is (168,206,22). Sum of RGB (Red+Green+Blue) = 168+206+22=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 206 (80.86% from 255 or 52.02% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CE16 is #5731E9. Grayscale: #AEAEAE. Windows color (decimal): -5714410 or 1494696. OLE color: 1494696.

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

Color convert

RGB 168 206 22 -
CMYK 0.18 0 0.89 0.19
HSL 72.39º 0.81% 0.45% -
HSV(B) 72.39º 0.89% 0.81% -
XYZ 38.36 52.53 8.88 -
YUV 173.66 42.41 123.96 -
System Red Green Blue C M Y K H S L
Decimal 168 206 22 0.18 0 0.89 0.19 72.39 0.81 0.45
Hex A8 CE 16 12 0 59 13 48 51 2D
Octal 250 316 26 22 0 131 23 110 121 55
Binary 10101000 11001110 10110 10010 0 1011001 10011 1001000 1010001 101101

Color Harmonies of #A8CE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CE16

Black with #A8CE16

Text Example


Text Example

White with #A8CE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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