Html Css Color HEX #ACD21E Bahia

📋 copy color: '#ACD21E'

red 172 ◦ green 210 ◦ blue 30

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

Shades of Bahia #ACD21E

Tints of Bahia #ACD21E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50.97%

 BLUE value IS 30 (12.11% from 255) = 7.28%

R = 41.75%
G = 50.97%
B = 7.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#ACD21E (or 0xACD21E) is known color: Bahia. HEX triplet: AC, D2 and 1E. RGB value is (172,210,30). Sum of RGB (Red+Green+Blue) = 172+210+30=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 210 (82.42% from 255 or 50.97% from 412); Blue value is 30 (12.11% from 255 or 7.28% from 412); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD21E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD21E is #532DE1. Grayscale: #B2B2B2. Windows color (decimal): -5451234 or 2020012. OLE color: 2020012.

HSL color Cylindrical-coordinate representation of color #ACD21E: hue angle of 72.67º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACD21E is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 30 -
CMYK 0.18 0 0.86 0.18
HSL 72.67º 0.75% 0.47% -
HSV(B) 72.67º 0.86% 0.82% -
XYZ 40.29 54.96 9.71 -
YUV 178.12 44.41 123.64 -
System Red Green Blue C M Y K H S L
Decimal 172 210 30 0.18 0 0.86 0.18 72.67 0.75 0.47
Hex AC D2 1E 12 0 56 12 49 4B 2F
Octal 254 322 36 22 0 126 22 111 113 57
Binary 10101100 11010010 11110 10010 0 1010110 10010 1001001 1001011 101111

Color Harmonies of #ACD21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD21E

Black with #ACD21E

Text Example


Text Example

White with #ACD21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD21E; }

 p { color: rgb(172,210,30); }

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

background-color css

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

 a { background-color: rgb(172,210,30); }

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

border-color css

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

 span { border-color: rgb(172,210,30); }

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