Html Css Color HEX #A0CF4A Atlantis

📋 copy color: '#A0CF4A'

red 160 ◦ green 207 ◦ blue 74

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

Shades of Atlantis #A0CF4A

Tints of Atlantis #A0CF4A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.94%

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

R = 36.28%
G = 46.94%
B = 16.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#A0CF4A (or 0xA0CF4A) is known color: Atlantis. HEX triplet: A0, CF and 4A. RGB value is (160,207,74). Sum of RGB (Red+Green+Blue) = 160+207+74=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CF4A is #5F30B5. Grayscale: #B2B2B2. Windows color (decimal): -6238390 or 4902816. OLE color: 4902816.

HSL color Cylindrical-coordinate representation of color #A0CF4A: hue angle of 81.2º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0CF4A is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 207 74 -
CMYK 0.23 0 0.64 0.19
HSL 81.2º 0.58% 0.55% -
HSV(B) 81.2º 0.64% 0.81% -
XYZ 38.05 52.59 14.62 -
YUV 177.79 69.43 115.31 -
System Red Green Blue C M Y K H S L
Decimal 160 207 74 0.23 0 0.64 0.19 81.2 0.58 0.55
Hex A0 CF 4A 17 0 40 13 51 3A 37
Octal 240 317 112 27 0 100 23 121 72 67
Binary 10100000 11001111 1001010 10111 0 1000000 10011 1010001 111010 110111

Color Harmonies of #A0CF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CF4A

Black with #A0CF4A

Text Example


Text Example

White with #A0CF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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