Html Css Color HEX #A8D535 Atlantis

📋 copy color: '#A8D535'

red 168 ◦ green 213 ◦ blue 53

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

Shades of Atlantis #A8D535

Tints of Atlantis #A8D535

RGB

 RED value IS 168 (66.02% from 255) = 38.71%

 GREEN value IS 213 (83.59% from 255) = 49.08%

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

R = 38.71%
G = 49.08%
B = 12.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#A8D535 (or 0xA8D535) is known color: Atlantis. HEX triplet: A8, D5 and 35. RGB value is (168,213,53). Sum of RGB (Red+Green+Blue) = 168+213+53=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 53 (21.09% from 255 or 12.21% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D535 is #572ACA. Grayscale: #B5B5B5. Windows color (decimal): -5712587 or 3528104. OLE color: 3528104.

HSL color Cylindrical-coordinate representation of color #A8D535: hue angle of 76.88º 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 #A8D535 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 213 53 -
CMYK 0.21 0 0.75 0.16
HSL 76.88º 0.66% 0.52% -
HSV(B) 76.88º 0.75% 0.84% -
XYZ 40.59 56.17 12.07 -
YUV 181.31 55.59 118.51 -
System Red Green Blue C M Y K H S L
Decimal 168 213 53 0.21 0 0.75 0.16 76.88 0.66 0.52
Hex A8 D5 35 15 0 4B 10 4D 42 34
Octal 250 325 65 25 0 113 20 115 102 64
Binary 10101000 11010101 110101 10101 0 1001011 10000 1001101 1000010 110100

Color Harmonies of #A8D535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D535

Black with #A8D535

Text Example


Text Example

White with #A8D535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D535; }

 p { color: rgb(168,213,53); }

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

background-color css

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

 a { background-color: rgb(168,213,53); }

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

border-color css

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

 span { border-color: rgb(168,213,53); }

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