Html Css Color HEX #A0CA41 Atlantis

📋 copy color: '#A0CA41'

red 160 ◦ green 202 ◦ blue 65

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

Shades of Atlantis #A0CA41

Tints of Atlantis #A0CA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.22%

R = 37.47%
G = 47.31%
B = 15.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#A0CA41 (or 0xA0CA41) is known color: Atlantis. HEX triplet: A0, CA and 41. RGB value is (160,202,65). Sum of RGB (Red+Green+Blue) = 160+202+65=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CA41 is #5F35BE. Grayscale: #AEAEAE. Windows color (decimal): -6239679 or 4311712. OLE color: 4311712.

HSL color Cylindrical-coordinate representation of color #A0CA41: hue angle of 78.39º degrees, saturation: 0.56, 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 #A0CA41 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 202 65 -
CMYK 0.21 0 0.68 0.21
HSL 78.39º 0.56% 0.52% -
HSV(B) 78.39º 0.68% 0.79% -
XYZ 36.57 50.1 12.74 -
YUV 173.82 66.59 118.14 -
System Red Green Blue C M Y K H S L
Decimal 160 202 65 0.21 0 0.68 0.21 78.39 0.56 0.52
Hex A0 CA 41 15 0 44 15 4E 38 34
Octal 240 312 101 25 0 104 25 116 70 64
Binary 10100000 11001010 1000001 10101 0 1000100 10101 1001110 111000 110100

Color Harmonies of #A0CA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CA41

Black with #A0CA41

Text Example


Text Example

White with #A0CA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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