Html Css Color HEX #A5D533 Atlantis

📋 copy color: '#A5D533'

red 165 ◦ green 213 ◦ blue 51

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

Shades of Atlantis #A5D533

Tints of Atlantis #A5D533

RGB

 RED value IS 165 (64.84% from 255) = 38.46%

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

 BLUE value IS 51 (20.31% from 255) = 11.89%

R = 38.46%
G = 49.65%
B = 11.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#A5D533 (or 0xA5D533) is known color: Atlantis. HEX triplet: A5, D5 and 33. RGB value is (165,213,51). Sum of RGB (Red+Green+Blue) = 165+213+51=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 51 (20.31% from 255 or 11.89% from 429); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D533 is #5A2ACC. Grayscale: #B4B4B4. Windows color (decimal): -5909197 or 3397029. OLE color: 3397029.

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

Color convert

RGB 165 213 51 -
CMYK 0.23 0 0.76 0.16
HSL 77.78º 0.66% 0.52% -
HSV(B) 77.78º 0.76% 0.84% -
XYZ 39.91 55.83 11.8 -
YUV 180.18 55.1 117.17 -
System Red Green Blue C M Y K H S L
Decimal 165 213 51 0.23 0 0.76 0.16 77.78 0.66 0.52
Hex A5 D5 33 17 0 4C 10 4E 42 34
Octal 245 325 63 27 0 114 20 116 102 64
Binary 10100101 11010101 110011 10111 0 1001100 10000 1001110 1000010 110100

Color Harmonies of #A5D533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D533

Black with #A5D533

Text Example


Text Example

White with #A5D533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D533; }

 p { color: rgb(165,213,51); }

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

background-color css

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

 a { background-color: rgb(165,213,51); }

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

border-color css

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

 span { border-color: rgb(165,213,51); }

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