Html Css Color HEX #A8C80D Bahia

📋 copy color: '#A8C80D'

red 168 ◦ green 200 ◦ blue 13

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

Shades of Bahia #A8C80D

Tints of Bahia #A8C80D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 52.49%

 BLUE value IS 13 (5.47% from 255) = 3.41%

R = 44.09%
G = 52.49%
B = 3.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#A8C80D (or 0xA8C80D) is known color: Bahia. HEX triplet: A8, C8 and 0D. RGB value is (168,200,13). Sum of RGB (Red+Green+Blue) = 168+200+13=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 200 (78.52% from 255 or 52.49% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C80D is #5737F2. Grayscale: #A9A9A9. Windows color (decimal): -5715955 or 903336. OLE color: 903336.

HSL color Cylindrical-coordinate representation of color #A8C80D: hue angle of 70.27º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8C80D is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 200 13 -
CMYK 0.16 0 0.94 0.22
HSL 70.27º 0.88% 0.42% -
HSV(B) 70.27º 0.94% 0.78% -
XYZ 36.88 49.66 8.02 -
YUV 169.11 39.9 127.21 -
System Red Green Blue C M Y K H S L
Decimal 168 200 13 0.16 0 0.94 0.22 70.27 0.88 0.42
Hex A8 C8 D 10 0 5E 16 46 58 2A
Octal 250 310 15 20 0 136 26 106 130 52
Binary 10101000 11001000 1101 10000 0 1011110 10110 1000110 1011000 101010

Color Harmonies of #A8C80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C80D

Black with #A8C80D

Text Example


Text Example

White with #A8C80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C80D; }

 p { color: rgb(168,200,13); }

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

background-color css

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

 a { background-color: rgb(168,200,13); }

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

border-color css

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

 span { border-color: rgb(168,200,13); }

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