Html Css Color HEX #A5CC40 Atlantis

📋 copy color: '#A5CC40'

red 165 ◦ green 204 ◦ blue 64

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

Shades of Atlantis #A5CC40

Tints of Atlantis #A5CC40

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.11%

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

R = 38.11%
G = 47.11%
B = 14.78%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#A5CC40 (or 0xA5CC40) is known color: Atlantis. HEX triplet: A5, CC and 40. RGB value is (165,204,64). Sum of RGB (Red+Green+Blue) = 165+204+64=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CC40 is #5A33BF. Grayscale: #B0B0B0. Windows color (decimal): -5911488 or 4246693. OLE color: 4246693.

HSL color Cylindrical-coordinate representation of color #A5CC40: hue angle of 76.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A5CC40 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 204 64 -
CMYK 0.19 0 0.69 0.2
HSL 76.71º 0.58% 0.53% -
HSV(B) 76.71º 0.69% 0.8% -
XYZ 38.04 51.56 12.8 -
YUV 176.38 64.58 119.88 -
System Red Green Blue C M Y K H S L
Decimal 165 204 64 0.19 0 0.69 0.2 76.71 0.58 0.53
Hex A5 CC 40 13 0 45 14 4D 3A 35
Octal 245 314 100 23 0 105 24 115 72 65
Binary 10100101 11001100 1000000 10011 0 1000101 10100 1001101 111010 110101

Color Harmonies of #A5CC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CC40

Black with #A5CC40

Text Example


Text Example

White with #A5CC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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