Html Css Color HEX #A8CA19 Bahia

📋 copy color: '#A8CA19'

red 168 ◦ green 202 ◦ blue 25

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

Shades of Bahia #A8CA19

Tints of Bahia #A8CA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.33%

R = 42.53%
G = 51.14%
B = 6.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#A8CA19 (or 0xA8CA19) is known color: Bahia. HEX triplet: A8, CA and 19. RGB value is (168,202,25). Sum of RGB (Red+Green+Blue) = 168+202+25=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 25 (10.16% from 255 or 6.33% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CA19 is #5735E6. Grayscale: #ACACAC. Windows color (decimal): -5715431 or 1690280. OLE color: 1690280.

HSL color Cylindrical-coordinate representation of color #A8CA19: hue angle of 71.53º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8CA19 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 202 25 -
CMYK 0.17 0 0.88 0.21
HSL 71.53º 0.78% 0.45% -
HSV(B) 71.53º 0.88% 0.79% -
XYZ 37.44 50.64 8.72 -
YUV 171.66 45.24 125.39 -
System Red Green Blue C M Y K H S L
Decimal 168 202 25 0.17 0 0.88 0.21 71.53 0.78 0.45
Hex A8 CA 19 11 0 58 15 48 4E 2D
Octal 250 312 31 21 0 130 25 110 116 55
Binary 10101000 11001010 11001 10001 0 1011000 10101 1001000 1001110 101101

Color Harmonies of #A8CA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CA19

Black with #A8CA19

Text Example


Text Example

White with #A8CA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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