Html Css Color HEX #A8D01C Bahia

📋 copy color: '#A8D01C'

red 168 ◦ green 208 ◦ blue 28

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

Shades of Bahia #A8D01C

Tints of Bahia #A8D01C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 51.49%

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

R = 41.58%
G = 51.49%
B = 6.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#A8D01C (or 0xA8D01C) is known color: Bahia. HEX triplet: A8, D0 and 1C. RGB value is (168,208,28). Sum of RGB (Red+Green+Blue) = 168+208+28=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 28 (11.33% from 255 or 6.93% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D01C is #572FE3. Grayscale: #B0B0B0. Windows color (decimal): -5713892 or 1888424. OLE color: 1888424.

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

Color convert

RGB 168 208 28 -
CMYK 0.19 0 0.87 0.18
HSL 73.33º 0.76% 0.46% -
HSV(B) 73.33º 0.87% 0.82% -
XYZ 38.91 53.52 9.38 -
YUV 175.52 44.75 122.64 -
System Red Green Blue C M Y K H S L
Decimal 168 208 28 0.19 0 0.87 0.18 73.33 0.76 0.46
Hex A8 D0 1C 13 0 57 12 49 4C 2E
Octal 250 320 34 23 0 127 22 111 114 56
Binary 10101000 11010000 11100 10011 0 1010111 10010 1001001 1001100 101110

Color Harmonies of #A8D01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D01C

Black with #A8D01C

Text Example


Text Example

White with #A8D01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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