Html Css Color HEX #A8CA15 Bahia

📋 copy color: '#A8CA15'

red 168 ◦ green 202 ◦ blue 21

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

Shades of Bahia #A8CA15

Tints of Bahia #A8CA15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.37%

R = 42.97%
G = 51.66%
B = 5.37%

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

#A8CA15 (or 0xA8CA15) is known color: Bahia. HEX triplet: A8, CA and 15. RGB value is (168,202,21). Sum of RGB (Red+Green+Blue) = 168+202+21=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 202 (79.30% from 255 or 51.66% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CA15 is #5735EA. Grayscale: #ABABAB. Windows color (decimal): -5715435 or 1428136. OLE color: 1428136.

HSL color Cylindrical-coordinate representation of color #A8CA15: hue angle of 71.27º degrees, saturation: 0.81, 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 #A8CA15 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 202 21 -
CMYK 0.17 0 0.90 0.21
HSL 71.27º 0.81% 0.44% -
HSV(B) 71.27º 0.9% 0.79% -
XYZ 37.4 50.62 8.51 -
YUV 171.2 43.24 125.72 -
System Red Green Blue C M Y K H S L
Decimal 168 202 21 0.17 0 0.90 0.21 71.27 0.81 0.44
Hex A8 CA 15 11 0 5A 15 47 51 2C
Octal 250 312 25 21 0 132 25 107 121 54
Binary 10101000 11001010 10101 10001 0 1011010 10101 1000111 1010001 101100

Color Harmonies of #A8CA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CA15

Black with #A8CA15

Text Example


Text Example

White with #A8CA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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