Html Css Color HEX #A8D01F Bahia

📋 copy color: '#A8D01F'

red 168 ◦ green 208 ◦ blue 31

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

Shades of Bahia #A8D01F

Tints of Bahia #A8D01F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.62%

R = 41.28%
G = 51.11%
B = 7.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#A8D01F (or 0xA8D01F) is known color: Bahia. HEX triplet: A8, D0 and 1F. RGB value is (168,208,31). Sum of RGB (Red+Green+Blue) = 168+208+31=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 208 (81.64% from 255 or 51.11% from 407); Blue value is 31 (12.5% from 255 or 7.62% from 407); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D01F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D01F is #572FE0. Grayscale: #B0B0B0. Windows color (decimal): -5713889 or 2085032. OLE color: 2085032.

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

Color convert

RGB 168 208 31 -
CMYK 0.19 0 0.85 0.18
HSL 73.56º 0.74% 0.47% -
HSV(B) 73.56º 0.85% 0.82% -
XYZ 38.95 53.54 9.58 -
YUV 175.86 46.25 122.39 -
System Red Green Blue C M Y K H S L
Decimal 168 208 31 0.19 0 0.85 0.18 73.56 0.74 0.47
Hex A8 D0 1F 13 0 55 12 4A 4A 2F
Octal 250 320 37 23 0 125 22 112 112 57
Binary 10101000 11010000 11111 10011 0 1010101 10010 1001010 1001010 101111

Color Harmonies of #A8D01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D01F

Black with #A8D01F

Text Example


Text Example

White with #A8D01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D01F; }

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

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

background-color css

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

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

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

border-color css

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

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

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