Html Css Color HEX #A2D635 Atlantis

📋 copy color: '#A2D635'

red 162 ◦ green 214 ◦ blue 53

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

Shades of Atlantis #A2D635

Tints of Atlantis #A2D635

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.88%

 BLUE value IS 53 (21.09% from 255) = 12.35%

R = 37.76%
G = 49.88%
B = 12.35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#A2D635 (or 0xA2D635) is known color: Atlantis. HEX triplet: A2, D6 and 35. RGB value is (162,214,53). Sum of RGB (Red+Green+Blue) = 162+214+53=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 53 (21.09% from 255 or 12.35% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D635 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D635 is #5D29CA. Grayscale: #B4B4B4. Windows color (decimal): -6105547 or 3528354. OLE color: 3528354.

HSL color Cylindrical-coordinate representation of color #A2D635: hue angle of 79.38º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2D635 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 214 53 -
CMYK 0.24 0 0.75 0.16
HSL 79.38º 0.66% 0.52% -
HSV(B) 79.38º 0.75% 0.84% -
XYZ 39.59 56.03 12.1 -
YUV 180.1 56.27 115.09 -
System Red Green Blue C M Y K H S L
Decimal 162 214 53 0.24 0 0.75 0.16 79.38 0.66 0.52
Hex A2 D6 35 18 0 4B 10 4F 42 34
Octal 242 326 65 30 0 113 20 117 102 64
Binary 10100010 11010110 110101 11000 0 1001011 10000 1001111 1000010 110100

Color Harmonies of #A2D635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D635

Black with #A2D635

Text Example


Text Example

White with #A2D635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D635; }

 p { color: rgb(162,214,53); }

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

background-color css

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

 a { background-color: rgb(162,214,53); }

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

border-color css

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

 span { border-color: rgb(162,214,53); }

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