Html Css Color HEX #A8CD20 Bahia

📋 copy color: '#A8CD20'

red 168 ◦ green 205 ◦ blue 32

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

Shades of Bahia #A8CD20

Tints of Bahia #A8CD20

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.62%

 BLUE value IS 32 (12.89% from 255) = 7.9%

R = 41.48%
G = 50.62%
B = 7.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#A8CD20 (or 0xA8CD20) is known color: Bahia. HEX triplet: A8, CD and 20. RGB value is (168,205,32). Sum of RGB (Red+Green+Blue) = 168+205+32=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 205 (80.47% from 255 or 50.62% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CD20 is #5732DF. Grayscale: #AEAEAE. Windows color (decimal): -5714656 or 2149800. OLE color: 2149800.

HSL color Cylindrical-coordinate representation of color #A8CD20: hue angle of 72.83º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8CD20 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 205 32 -
CMYK 0.18 0 0.84 0.20
HSL 72.83º 0.73% 0.46% -
HSV(B) 72.83º 0.84% 0.8% -
XYZ 38.24 52.09 9.41 -
YUV 174.22 47.74 123.57 -
System Red Green Blue C M Y K H S L
Decimal 168 205 32 0.18 0 0.84 0.20 72.83 0.73 0.46
Hex A8 CD 20 12 0 54 14 49 49 2E
Octal 250 315 40 22 0 124 24 111 111 56
Binary 10101000 11001101 100000 10010 0 1010100 10100 1001001 1001001 101110

Color Harmonies of #A8CD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CD20

Black with #A8CD20

Text Example


Text Example

White with #A8CD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CD20; }

 p { color: rgb(168,205,32); }

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

background-color css

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

 a { background-color: rgb(168,205,32); }

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

border-color css

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

 span { border-color: rgb(168,205,32); }

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