Html Css Color HEX #A8CA29 Bahia

📋 copy color: '#A8CA29'

red 168 ◦ green 202 ◦ blue 41

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

Shades of Bahia #A8CA29

Tints of Bahia #A8CA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.98%

R = 40.88%
G = 49.15%
B = 9.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#A8CA29 (or 0xA8CA29) is known color: Bahia. HEX triplet: A8, CA and 29. RGB value is (168,202,41). Sum of RGB (Red+Green+Blue) = 168+202+41=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 41 (16.41% from 255 or 9.98% from 411); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CA29 is #5735D6. Grayscale: #AEAEAE. Windows color (decimal): -5715415 or 2738856. OLE color: 2738856.

HSL color Cylindrical-coordinate representation of color #A8CA29: hue angle of 72.67º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8CA29 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 202 41 -
CMYK 0.17 0 0.80 0.21
HSL 72.67º 0.66% 0.48% -
HSV(B) 72.67º 0.8% 0.79% -
XYZ 37.67 50.73 9.9 -
YUV 173.48 53.24 124.09 -
System Red Green Blue C M Y K H S L
Decimal 168 202 41 0.17 0 0.80 0.21 72.67 0.66 0.48
Hex A8 CA 29 11 0 50 15 49 42 30
Octal 250 312 51 21 0 120 25 111 102 60
Binary 10101000 11001010 101001 10001 0 1010000 10101 1001001 1000010 110000

Color Harmonies of #A8CA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CA29

Black with #A8CA29

Text Example


Text Example

White with #A8CA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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