Html Css Color HEX #A2CC1C Bahia

📋 copy color: '#A2CC1C'

red 162 ◦ green 204 ◦ blue 28

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

Shades of Bahia #A2CC1C

Tints of Bahia #A2CC1C

RGB

 RED value IS 162 (63.67% from 255) = 41.12%

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

 BLUE value IS 28 (11.33% from 255) = 7.11%

R = 41.12%
G = 51.78%
B = 7.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#A2CC1C (or 0xA2CC1C) is known color: Bahia. HEX triplet: A2, CC and 1C. RGB value is (162,204,28). Sum of RGB (Red+Green+Blue) = 162+204+28=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 204 (80.08% from 255 or 51.78% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CC1C is #5D33E3. Grayscale: #ACACAC. Windows color (decimal): -6108132 or 1887394. OLE color: 1887394.

HSL color Cylindrical-coordinate representation of color #A2CC1C: hue angle of 74.32º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2CC1C is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 204 28 -
CMYK 0.21 0 0.86 0.2
HSL 74.32º 0.76% 0.45% -
HSV(B) 74.32º 0.86% 0.8% -
XYZ 36.7 50.95 9 -
YUV 171.38 47.09 121.31 -
System Red Green Blue C M Y K H S L
Decimal 162 204 28 0.21 0 0.86 0.2 74.32 0.76 0.45
Hex A2 CC 1C 15 0 56 14 4A 4C 2D
Octal 242 314 34 25 0 126 24 112 114 55
Binary 10100010 11001100 11100 10101 0 1010110 10100 1001010 1001100 101101

Color Harmonies of #A2CC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CC1C

Black with #A2CC1C

Text Example


Text Example

White with #A2CC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CC1C; }

 p { color: rgb(162,204,28); }

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

background-color css

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

 a { background-color: rgb(162,204,28); }

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

border-color css

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

 span { border-color: rgb(162,204,28); }

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