Html Css Color HEX #A5D338 Atlantis

📋 copy color: '#A5D338'

red 165 ◦ green 211 ◦ blue 56

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

Shades of Atlantis #A5D338

Tints of Atlantis #A5D338

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.84%

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

R = 38.19%
G = 48.84%
B = 12.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#A5D338 (or 0xA5D338) is known color: Atlantis. HEX triplet: A5, D3 and 38. RGB value is (165,211,56). Sum of RGB (Red+Green+Blue) = 165+211+56=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 56 (22.27% from 255 or 12.96% from 432); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D338 is #5A2CC7. Grayscale: #B4B4B4. Windows color (decimal): -5909704 or 3724197. OLE color: 3724197.

HSL color Cylindrical-coordinate representation of color #A5D338: hue angle of 77.81º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5D338 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 165 211 56 -
CMYK 0.22 0 0.73 0.17
HSL 77.81º 0.64% 0.52% -
HSV(B) 77.81º 0.73% 0.83% -
XYZ 39.53 54.87 12.25 -
YUV 179.58 58.26 117.6 -
System Red Green Blue C M Y K H S L
Decimal 165 211 56 0.22 0 0.73 0.17 77.81 0.64 0.52
Hex A5 D3 38 16 0 49 11 4E 40 34
Octal 245 323 70 26 0 111 21 116 100 64
Binary 10100101 11010011 111000 10110 0 1001001 10001 1001110 1000000 110100

Color Harmonies of #A5D338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D338

Black with #A5D338

Text Example


Text Example

White with #A5D338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D338; }

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

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

background-color css

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

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

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

border-color css

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

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

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