Html Css Color HEX #A0CA3D Atlantis

📋 copy color: '#A0CA3D'

red 160 ◦ green 202 ◦ blue 61

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

Shades of Atlantis #A0CA3D

Tints of Atlantis #A0CA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.42%

R = 37.83%
G = 47.75%
B = 14.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#A0CA3D (or 0xA0CA3D) is known color: Atlantis. HEX triplet: A0, CA and 3D. RGB value is (160,202,61). Sum of RGB (Red+Green+Blue) = 160+202+61=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 61 (24.22% from 255 or 14.42% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CA3D is #5F35C2. Grayscale: #ADADAD. Windows color (decimal): -6239683 or 4049568. OLE color: 4049568.

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

Color convert

RGB 160 202 61 -
CMYK 0.21 0 0.70 0.21
HSL 77.87º 0.57% 0.52% -
HSV(B) 77.87º 0.7% 0.79% -
XYZ 36.46 50.05 12.15 -
YUV 173.37 64.59 118.46 -
System Red Green Blue C M Y K H S L
Decimal 160 202 61 0.21 0 0.70 0.21 77.87 0.57 0.52
Hex A0 CA 3D 15 0 46 15 4E 39 34
Octal 240 312 75 25 0 106 25 116 71 64
Binary 10100000 11001010 111101 10101 0 1000110 10101 1001110 111001 110100

Color Harmonies of #A0CA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CA3D

Black with #A0CA3D

Text Example


Text Example

White with #A0CA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CA3D; }

 p { color: rgb(160,202,61); }

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

background-color css

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

 a { background-color: rgb(160,202,61); }

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

border-color css

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

 span { border-color: rgb(160,202,61); }

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