Html Css Color HEX #A8CC28 Bahia

📋 copy color: '#A8CC28'

red 168 ◦ green 204 ◦ blue 40

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

Shades of Bahia #A8CC28

Tints of Bahia #A8CC28

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.51%

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

R = 40.78%
G = 49.51%
B = 9.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#A8CC28 (or 0xA8CC28) is known color: Bahia. HEX triplet: A8, CC and 28. RGB value is (168,204,40). Sum of RGB (Red+Green+Blue) = 168+204+40=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 40 (16.02% from 255 or 9.71% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CC28 is #5733D7. Grayscale: #AFAFAF. Windows color (decimal): -5714904 or 2673832. OLE color: 2673832.

HSL color Cylindrical-coordinate representation of color #A8CC28: hue angle of 73.17º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8CC28 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 204 40 -
CMYK 0.18 0 0.80 0.2
HSL 73.17º 0.67% 0.48% -
HSV(B) 73.17º 0.8% 0.8% -
XYZ 38.12 51.66 9.97 -
YUV 174.54 52.07 123.34 -
System Red Green Blue C M Y K H S L
Decimal 168 204 40 0.18 0 0.80 0.2 73.17 0.67 0.48
Hex A8 CC 28 12 0 50 14 49 43 30
Octal 250 314 50 22 0 120 24 111 103 60
Binary 10101000 11001100 101000 10010 0 1010000 10100 1001001 1000011 110000

Color Harmonies of #A8CC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CC28

Black with #A8CC28

Text Example


Text Example

White with #A8CC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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