Html Css Color HEX #A5CA40 Atlantis

📋 copy color: '#A5CA40'

red 165 ◦ green 202 ◦ blue 64

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

Shades of Atlantis #A5CA40

Tints of Atlantis #A5CA40

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.87%

 BLUE value IS 64 (25.39% from 255) = 14.85%

R = 38.28%
G = 46.87%
B = 14.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#A5CA40 (or 0xA5CA40) is known color: Atlantis. HEX triplet: A5, CA and 40. RGB value is (165,202,64). Sum of RGB (Red+Green+Blue) = 165+202+64=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CA40 is #5A35BF. Grayscale: #AFAFAF. Windows color (decimal): -5912000 or 4246181. OLE color: 4246181.

HSL color Cylindrical-coordinate representation of color #A5CA40: hue angle of 76.09º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A5CA40 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 202 64 -
CMYK 0.18 0 0.68 0.21
HSL 76.09º 0.57% 0.52% -
HSV(B) 76.09º 0.68% 0.79% -
XYZ 37.56 50.61 12.64 -
YUV 175.21 65.24 120.72 -
System Red Green Blue C M Y K H S L
Decimal 165 202 64 0.18 0 0.68 0.21 76.09 0.57 0.52
Hex A5 CA 40 12 0 44 15 4C 39 34
Octal 245 312 100 22 0 104 25 114 71 64
Binary 10100101 11001010 1000000 10010 0 1000100 10101 1001100 111001 110100

Color Harmonies of #A5CA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CA40

Black with #A5CA40

Text Example


Text Example

White with #A5CA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CA40; }

 p { color: rgb(165,202,64); }

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

background-color css

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

 a { background-color: rgb(165,202,64); }

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

border-color css

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

 span { border-color: rgb(165,202,64); }

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