Html Css Color HEX #A5CD3E Atlantis

📋 copy color: '#A5CD3E'

red 165 ◦ green 205 ◦ blue 62

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

Shades of Atlantis #A5CD3E

Tints of Atlantis #A5CD3E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.45%

 BLUE value IS 62 (24.61% from 255) = 14.35%

R = 38.19%
G = 47.45%
B = 14.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#A5CD3E (or 0xA5CD3E) is known color: Atlantis. HEX triplet: A5, CD and 3E. RGB value is (165,205,62). Sum of RGB (Red+Green+Blue) = 165+205+62=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 62 (24.61% from 255 or 14.35% from 432); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CD3E is #5A32C1. Grayscale: #B1B1B1. Windows color (decimal): -5911234 or 4115877. OLE color: 4115877.

HSL color Cylindrical-coordinate representation of color #A5CD3E: hue angle of 76.78º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5CD3E is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 205 62 -
CMYK 0.20 0 0.70 0.20
HSL 76.78º 0.59% 0.52% -
HSV(B) 76.78º 0.7% 0.8% -
XYZ 38.22 52.01 12.58 -
YUV 176.74 63.25 119.63 -
System Red Green Blue C M Y K H S L
Decimal 165 205 62 0.20 0 0.70 0.20 76.78 0.59 0.52
Hex A5 CD 3E 14 0 46 14 4D 3B 34
Octal 245 315 76 24 0 106 24 115 73 64
Binary 10100101 11001101 111110 10100 0 1000110 10100 1001101 111011 110100

Color Harmonies of #A5CD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CD3E

Black with #A5CD3E

Text Example


Text Example

White with #A5CD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CD3E; }

 p { color: rgb(165,205,62); }

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

background-color css

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

 a { background-color: rgb(165,205,62); }

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

border-color css

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

 span { border-color: rgb(165,205,62); }

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