Html Css Color HEX #A8D014 Bahia

📋 copy color: '#A8D014'

red 168 ◦ green 208 ◦ blue 20

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

Shades of Bahia #A8D014

Tints of Bahia #A8D014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.05%

R = 42.42%
G = 52.53%
B = 5.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#A8D014 (or 0xA8D014) is known color: Bahia. HEX triplet: A8, D0 and 14. RGB value is (168,208,20). Sum of RGB (Red+Green+Blue) = 168+208+20=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 208 (81.64% from 255 or 52.53% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D014 is #572FEB. Grayscale: #AFAFAF. Windows color (decimal): -5713900 or 1364136. OLE color: 1364136.

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

Color convert

RGB 168 208 20 -
CMYK 0.19 0 0.90 0.18
HSL 72.77º 0.82% 0.45% -
HSV(B) 72.77º 0.9% 0.82% -
XYZ 38.83 53.49 8.94 -
YUV 174.61 40.75 123.29 -
System Red Green Blue C M Y K H S L
Decimal 168 208 20 0.19 0 0.90 0.18 72.77 0.82 0.45
Hex A8 D0 14 13 0 5A 12 49 52 2D
Octal 250 320 24 23 0 132 22 111 122 55
Binary 10101000 11010000 10100 10011 0 1011010 10010 1001001 1010010 101101

Color Harmonies of #A8D014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D014

Black with #A8D014

Text Example


Text Example

White with #A8D014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D014; }

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

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

background-color css

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

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

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

border-color css

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

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

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