Html Css Color HEX #A8CC1C Bahia

📋 copy color: '#A8CC1C'

red 168 ◦ green 204 ◦ blue 28

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

Shades of Bahia #A8CC1C

Tints of Bahia #A8CC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7%

R = 42%
G = 51%
B = 7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#A8CC1C (or 0xA8CC1C) is known color: Bahia. HEX triplet: A8, CC and 1C. RGB value is (168,204,28). Sum of RGB (Red+Green+Blue) = 168+204+28=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 204 (80.08% from 255 or 51% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CC1C is #5733E3. Grayscale: #ADADAD. Windows color (decimal): -5714916 or 1887400. OLE color: 1887400.

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

Color convert

RGB 168 204 28 -
CMYK 0.18 0 0.86 0.2
HSL 72.27º 0.76% 0.45% -
HSV(B) 72.27º 0.86% 0.8% -
XYZ 37.95 51.59 9.06 -
YUV 173.17 46.07 124.31 -
System Red Green Blue C M Y K H S L
Decimal 168 204 28 0.18 0 0.86 0.2 72.27 0.76 0.45
Hex A8 CC 1C 12 0 56 14 48 4C 2D
Octal 250 314 34 22 0 126 24 110 114 55
Binary 10101000 11001100 11100 10010 0 1010110 10100 1001000 1001100 101101

Color Harmonies of #A8CC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CC1C

Black with #A8CC1C

Text Example


Text Example

White with #A8CC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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