Html Css Color HEX #A8CC09 Bahia

📋 copy color: '#A8CC09'

red 168 ◦ green 204 ◦ blue 9

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

Shades of Bahia #A8CC09

Tints of Bahia #A8CC09

RGB

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

 GREEN value IS 204 (80.08% from 255) = 53.54%

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

R = 44.09%
G = 53.54%
B = 2.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#A8CC09 (or 0xA8CC09) is known color: Bahia. HEX triplet: A8, CC and 09. RGB value is (168,204,9). Sum of RGB (Red+Green+Blue) = 168+204+9=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 204 (80.08% from 255 or 53.54% from 381); Blue value is 9 (3.91% from 255 or 2.36% from 381); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CC09 is #5733F6. Grayscale: #ABABAB. Windows color (decimal): -5714935 or 642216. OLE color: 642216.

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

Color convert

RGB 168 204 9 -
CMYK 0.18 0 0.96 0.2
HSL 71.08º 0.92% 0.42% -
HSV(B) 71.08º 0.96% 0.8% -
XYZ 37.79 51.53 8.21 -
YUV 171.01 36.57 125.86 -
System Red Green Blue C M Y K H S L
Decimal 168 204 9 0.18 0 0.96 0.2 71.08 0.92 0.42
Hex A8 CC 9 12 0 60 14 47 5C 2A
Octal 250 314 11 22 0 140 24 107 134 52
Binary 10101000 11001100 1001 10010 0 1100000 10100 1000111 1011100 101010

Color Harmonies of #A8CC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CC09

Black with #A8CC09

Text Example


Text Example

White with #A8CC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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