Html Css Color HEX #A0C04A Atlantis

📋 copy color: '#A0C04A'

red 160 ◦ green 192 ◦ blue 74

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

Shades of Atlantis #A0C04A

Tints of Atlantis #A0C04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.07%

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

R = 37.56%
G = 45.07%
B = 17.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#A0C04A (or 0xA0C04A) is known color: Atlantis. HEX triplet: A0, C0 and 4A. RGB value is (160,192,74). Sum of RGB (Red+Green+Blue) = 160+192+74=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C04A is #5F3FB5. Grayscale: #A9A9A9. Windows color (decimal): -6242230 or 4898976. OLE color: 4898976.

HSL color Cylindrical-coordinate representation of color #A0C04A: hue angle of 76.27º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0C04A is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 192 74 -
CMYK 0.17 0 0.61 0.25
HSL 76.27º 0.48% 0.52% -
HSV(B) 76.27º 0.61% 0.75% -
XYZ 34.58 45.67 13.47 -
YUV 168.98 74.4 121.59 -
System Red Green Blue C M Y K H S L
Decimal 160 192 74 0.17 0 0.61 0.25 76.27 0.48 0.52
Hex A0 C0 4A 11 0 3D 19 4C 30 34
Octal 240 300 112 21 0 75 31 114 60 64
Binary 10100000 11000000 1001010 10001 0 111101 11001 1001100 110000 110100

Color Harmonies of #A0C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C04A

Black with #A0C04A

Text Example


Text Example

White with #A0C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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