Html Css Color HEX #A8D01A Bahia

📋 copy color: '#A8D01A'

red 168 ◦ green 208 ◦ blue 26

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

Shades of Bahia #A8D01A

Tints of Bahia #A8D01A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.47%

R = 41.79%
G = 51.74%
B = 6.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#A8D01A (or 0xA8D01A) is known color: Bahia. HEX triplet: A8, D0 and 1A. RGB value is (168,208,26). Sum of RGB (Red+Green+Blue) = 168+208+26=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 208 (81.64% from 255 or 51.74% from 402); Blue value is 26 (10.55% from 255 or 6.47% from 402); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D01A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D01A is #572FE5. Grayscale: #AFAFAF. Windows color (decimal): -5713894 or 1757352. OLE color: 1757352.

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

Color convert

RGB 168 208 26 -
CMYK 0.19 0 0.88 0.18
HSL 73.19º 0.78% 0.46% -
HSV(B) 73.19º 0.88% 0.82% -
XYZ 38.89 53.51 9.26 -
YUV 175.29 43.75 122.8 -
System Red Green Blue C M Y K H S L
Decimal 168 208 26 0.19 0 0.88 0.18 73.19 0.78 0.46
Hex A8 D0 1A 13 0 58 12 49 4E 2E
Octal 250 320 32 23 0 130 22 111 116 56
Binary 10101000 11010000 11010 10011 0 1011000 10010 1001001 1001110 101110

Color Harmonies of #A8D01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D01A

Black with #A8D01A

Text Example


Text Example

White with #A8D01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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