Html Css Color HEX #A2CC3F Atlantis

📋 copy color: '#A2CC3F'

red 162 ◦ green 204 ◦ blue 63

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

Shades of Atlantis #A2CC3F

Tints of Atlantis #A2CC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.69%

R = 37.76%
G = 47.55%
B = 14.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#A2CC3F (or 0xA2CC3F) is known color: Atlantis. HEX triplet: A2, CC and 3F. RGB value is (162,204,63). Sum of RGB (Red+Green+Blue) = 162+204+63=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CC3F is #5D33C0. Grayscale: #AFAFAF. Windows color (decimal): -6108097 or 4181154. OLE color: 4181154.

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

Color convert

RGB 162 204 63 -
CMYK 0.21 0 0.69 0.2
HSL 77.87º 0.58% 0.52% -
HSV(B) 77.87º 0.69% 0.8% -
XYZ 37.39 51.23 12.62 -
YUV 175.37 64.59 118.46 -
System Red Green Blue C M Y K H S L
Decimal 162 204 63 0.21 0 0.69 0.2 77.87 0.58 0.52
Hex A2 CC 3F 15 0 45 14 4E 3A 34
Octal 242 314 77 25 0 105 24 116 72 64
Binary 10100010 11001100 111111 10101 0 1000101 10100 1001110 111010 110100

Color Harmonies of #A2CC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CC3F

Black with #A2CC3F

Text Example


Text Example

White with #A2CC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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