Html Css Color HEX #A8CE1C Bahia

📋 copy color: '#A8CE1C'

red 168 ◦ green 206 ◦ blue 28

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

Shades of Bahia #A8CE1C

Tints of Bahia #A8CE1C

RGB

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

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

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

R = 41.79%
G = 51.24%
B = 6.97%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#A8CE1C (or 0xA8CE1C) is known color: Bahia. HEX triplet: A8, CE and 1C. RGB value is (168,206,28). Sum of RGB (Red+Green+Blue) = 168+206+28=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 206 (80.86% from 255 or 51.24% from 402); Blue value is 28 (11.33% from 255 or 6.97% from 402); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CE1C is #5731E3. Grayscale: #AFAFAF. Windows color (decimal): -5714404 or 1887912. OLE color: 1887912.

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

Color convert

RGB 168 206 28 -
CMYK 0.18 0 0.86 0.19
HSL 72.81º 0.76% 0.46% -
HSV(B) 72.81º 0.86% 0.81% -
XYZ 38.43 52.55 9.22 -
YUV 174.35 45.41 123.47 -
System Red Green Blue C M Y K H S L
Decimal 168 206 28 0.18 0 0.86 0.19 72.81 0.76 0.46
Hex A8 CE 1C 12 0 56 13 49 4C 2E
Octal 250 316 34 22 0 126 23 111 114 56
Binary 10101000 11001110 11100 10010 0 1010110 10011 1001001 1001100 101110

Color Harmonies of #A8CE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CE1C

Black with #A8CE1C

Text Example


Text Example

White with #A8CE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CE1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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