Html Css Color HEX #A0CD4A Atlantis

📋 copy color: '#A0CD4A'

red 160 ◦ green 205 ◦ blue 74

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

Shades of Atlantis #A0CD4A

Tints of Atlantis #A0CD4A

RGB

 RED value IS 160 (62.89% from 255) = 36.45%

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

 BLUE value IS 74 (29.3% from 255) = 16.86%

R = 36.45%
G = 46.7%
B = 16.86%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#A0CD4A (or 0xA0CD4A) is known color: Atlantis. HEX triplet: A0, CD and 4A. RGB value is (160,205,74). Sum of RGB (Red+Green+Blue) = 160+205+74=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CD4A is #5F32B5. Grayscale: #B1B1B1. Windows color (decimal): -6238902 or 4902304. OLE color: 4902304.

HSL color Cylindrical-coordinate representation of color #A0CD4A: hue angle of 80.61º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0CD4A is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 205 74 -
CMYK 0.22 0 0.64 0.20
HSL 80.61º 0.57% 0.55% -
HSV(B) 80.61º 0.64% 0.8% -
XYZ 37.56 51.63 14.46 -
YUV 176.61 70.09 116.15 -
System Red Green Blue C M Y K H S L
Decimal 160 205 74 0.22 0 0.64 0.20 80.61 0.57 0.55
Hex A0 CD 4A 16 0 40 14 51 39 37
Octal 240 315 112 26 0 100 24 121 71 67
Binary 10100000 11001101 1001010 10110 0 1000000 10100 1010001 111001 110111

Color Harmonies of #A0CD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CD4A

Black with #A0CD4A

Text Example


Text Example

White with #A0CD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CD4A; }

 p { color: rgb(160,205,74); }

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

background-color css

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

 a { background-color: rgb(160,205,74); }

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

border-color css

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

 span { border-color: rgb(160,205,74); }

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