Html Css Color HEX #A8CA14 Bahia

📋 copy color: '#A8CA14'

red 168 ◦ green 202 ◦ blue 20

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

Shades of Bahia #A8CA14

Tints of Bahia #A8CA14

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.79%

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

R = 43.08%
G = 51.79%
B = 5.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#A8CA14 (or 0xA8CA14) is known color: Bahia. HEX triplet: A8, CA and 14. RGB value is (168,202,20). Sum of RGB (Red+Green+Blue) = 168+202+20=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 202 (79.30% from 255 or 51.79% from 390); Blue value is 20 (8.20% from 255 or 5.13% from 390); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CA14 is #5735EB. Grayscale: #ABABAB. Windows color (decimal): -5715436 or 1362600. OLE color: 1362600.

HSL color Cylindrical-coordinate representation of color #A8CA14: hue angle of 71.21º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8CA14 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 202 20 -
CMYK 0.17 0 0.90 0.21
HSL 71.21º 0.82% 0.44% -
HSV(B) 71.21º 0.9% 0.79% -
XYZ 37.4 50.62 8.46 -
YUV 171.09 42.74 125.8 -
System Red Green Blue C M Y K H S L
Decimal 168 202 20 0.17 0 0.90 0.21 71.21 0.82 0.44
Hex A8 CA 14 11 0 5A 15 47 52 2C
Octal 250 312 24 21 0 132 25 107 122 54
Binary 10101000 11001010 10100 10001 0 1011010 10101 1000111 1010010 101100

Color Harmonies of #A8CA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CA14

Black with #A8CA14

Text Example


Text Example

White with #A8CA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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