Html Css Color HEX #A8CA28 Bahia

📋 copy color: '#A8CA28'

red 168 ◦ green 202 ◦ blue 40

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

Shades of Bahia #A8CA28

Tints of Bahia #A8CA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.76%

R = 40.98%
G = 49.27%
B = 9.76%

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

#A8CA28 (or 0xA8CA28) is known color: Bahia. HEX triplet: A8, CA and 28. RGB value is (168,202,40). Sum of RGB (Red+Green+Blue) = 168+202+40=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 40 (16.02% from 255 or 9.76% from 410); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CA28 is #5735D7. Grayscale: #ADADAD. Windows color (decimal): -5715416 or 2673320. OLE color: 2673320.

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

Color convert

RGB 168 202 40 -
CMYK 0.17 0 0.80 0.21
HSL 72.59º 0.67% 0.47% -
HSV(B) 72.59º 0.8% 0.79% -
XYZ 37.65 50.72 9.81 -
YUV 173.37 52.74 124.17 -
System Red Green Blue C M Y K H S L
Decimal 168 202 40 0.17 0 0.80 0.21 72.59 0.67 0.47
Hex A8 CA 28 11 0 50 15 49 43 2F
Octal 250 312 50 21 0 120 25 111 103 57
Binary 10101000 11001010 101000 10001 0 1010000 10101 1001001 1000011 101111

Color Harmonies of #A8CA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CA28

Black with #A8CA28

Text Example


Text Example

White with #A8CA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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