Html Css Color HEX #A8CD1C Bahia

📋 copy color: '#A8CD1C'

red 168 ◦ green 205 ◦ blue 28

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

Shades of Bahia #A8CD1C

Tints of Bahia #A8CD1C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51.12%

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

R = 41.9%
G = 51.12%
B = 6.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#A8CD1C (or 0xA8CD1C) is known color: Bahia. HEX triplet: A8, CD and 1C. RGB value is (168,205,28). Sum of RGB (Red+Green+Blue) = 168+205+28=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 205 (80.47% from 255 or 51.12% from 401); Blue value is 28 (11.33% from 255 or 6.98% from 401); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CD1C is #5732E3. Grayscale: #AEAEAE. Windows color (decimal): -5714660 or 1887656. OLE color: 1887656.

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

Color convert

RGB 168 205 28 -
CMYK 0.18 0 0.86 0.20
HSL 72.54º 0.76% 0.46% -
HSV(B) 72.54º 0.86% 0.8% -
XYZ 38.19 52.07 9.14 -
YUV 173.76 45.74 123.89 -
System Red Green Blue C M Y K H S L
Decimal 168 205 28 0.18 0 0.86 0.20 72.54 0.76 0.46
Hex A8 CD 1C 12 0 56 14 49 4C 2E
Octal 250 315 34 22 0 126 24 111 114 56
Binary 10101000 11001101 11100 10010 0 1010110 10100 1001001 1001100 101110

Color Harmonies of #A8CD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CD1C

Black with #A8CD1C

Text Example


Text Example

White with #A8CD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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