Html Css Color HEX #ACC20E Bahia

📋 copy color: '#ACC20E'

red 172 ◦ green 194 ◦ blue 14

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

Shades of Bahia #ACC20E

Tints of Bahia #ACC20E

RGB

 RED value IS 172 (67.58% from 255) = 45.26%

 GREEN value IS 194 (76.17% from 255) = 51.05%

 BLUE value IS 14 (5.86% from 255) = 3.68%

R = 45.26%
G = 51.05%
B = 3.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#ACC20E (or 0xACC20E) is known color: Bahia. HEX triplet: AC, C2 and 0E. RGB value is (172,194,14). Sum of RGB (Red+Green+Blue) = 172+194+14=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 194 (76.17% from 255 or 51.05% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC20E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC20E is #533DF1. Grayscale: #A7A7A7. Windows color (decimal): -5455346 or 967340. OLE color: 967340.

HSL color Cylindrical-coordinate representation of color #ACC20E: hue angle of 67.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACC20E is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 194 14 -
CMYK 0.11 0 0.93 0.24
HSL 67.33º 0.87% 0.41% -
HSV(B) 67.33º 0.93% 0.76% -
XYZ 36.38 47.39 7.64 -
YUV 166.9 41.71 131.64 -
System Red Green Blue C M Y K H S L
Decimal 172 194 14 0.11 0 0.93 0.24 67.33 0.87 0.41
Hex AC C2 E B 0 5D 18 43 57 29
Octal 254 302 16 13 0 135 30 103 127 51
Binary 10101100 11000010 1110 1011 0 1011101 11000 1000011 1010111 101001

Color Harmonies of #ACC20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC20E

Black with #ACC20E

Text Example


Text Example

White with #ACC20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC20E; }

 p { color: rgb(172,194,14); }

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

background-color css

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

 a { background-color: rgb(172,194,14); }

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

border-color css

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

 span { border-color: rgb(172,194,14); }

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