Html Css Color HEX #A8CE09 Bahia

📋 copy color: '#A8CE09'

red 168 ◦ green 206 ◦ blue 9

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

Shades of Bahia #A8CE09

Tints of Bahia #A8CE09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.35%

R = 43.86%
G = 53.79%
B = 2.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#A8CE09 (or 0xA8CE09) is known color: Bahia. HEX triplet: A8, CE and 09. RGB value is (168,206,9). Sum of RGB (Red+Green+Blue) = 168+206+9=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 206 (80.86% from 255 or 53.79% from 383); Blue value is 9 (3.91% from 255 or 2.35% from 383); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CE09 is #5731F6. Grayscale: #ACACAC. Windows color (decimal): -5714423 or 642728. OLE color: 642728.

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

Color convert

RGB 168 206 9 -
CMYK 0.18 0 0.96 0.19
HSL 71.57º 0.92% 0.42% -
HSV(B) 71.57º 0.96% 0.81% -
XYZ 38.27 52.49 8.37 -
YUV 172.18 35.91 125.02 -
System Red Green Blue C M Y K H S L
Decimal 168 206 9 0.18 0 0.96 0.19 71.57 0.92 0.42
Hex A8 CE 9 12 0 60 13 48 5C 2A
Octal 250 316 11 22 0 140 23 110 134 52
Binary 10101000 11001110 1001 10010 0 1100000 10011 1001000 1011100 101010

Color Harmonies of #A8CE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CE09

Black with #A8CE09

Text Example


Text Example

White with #A8CE09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CE09; }

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

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

background-color css

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

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

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

border-color css

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

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

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