Html Css Color HEX #A5D538 Atlantis

📋 copy color: '#A5D538'

red 165 ◦ green 213 ◦ blue 56

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

Shades of Atlantis #A5D538

Tints of Atlantis #A5D538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.9%

R = 38.02%
G = 49.08%
B = 12.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#A5D538 (or 0xA5D538) is known color: Atlantis. HEX triplet: A5, D5 and 38. RGB value is (165,213,56). Sum of RGB (Red+Green+Blue) = 165+213+56=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 56 (22.27% from 255 or 12.90% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D538 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D538 is #5A2AC7. Grayscale: #B5B5B5. Windows color (decimal): -5909192 or 3724709. OLE color: 3724709.

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

Color convert

RGB 165 213 56 -
CMYK 0.23 0 0.74 0.16
HSL 78.34º 0.65% 0.53% -
HSV(B) 78.34º 0.74% 0.84% -
XYZ 40.03 55.87 12.42 -
YUV 180.75 57.6 116.77 -
System Red Green Blue C M Y K H S L
Decimal 165 213 56 0.23 0 0.74 0.16 78.34 0.65 0.53
Hex A5 D5 38 17 0 4A 10 4E 41 35
Octal 245 325 70 27 0 112 20 116 101 65
Binary 10100101 11010101 111000 10111 0 1001010 10000 1001110 1000001 110101

Color Harmonies of #A5D538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D538

Black with #A5D538

Text Example


Text Example

White with #A5D538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D538; }

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

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

background-color css

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

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

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

border-color css

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

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

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