Html Css Color HEX #A0CF4E Atlantis

📋 copy color: '#A0CF4E'

red 160 ◦ green 207 ◦ blue 78

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

Shades of Atlantis #A0CF4E

Tints of Atlantis #A0CF4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.53%

R = 35.96%
G = 46.52%
B = 17.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#A0CF4E (or 0xA0CF4E) is known color: Atlantis. HEX triplet: A0, CF and 4E. RGB value is (160,207,78). Sum of RGB (Red+Green+Blue) = 160+207+78=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 78 (30.86% from 255 or 17.53% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CF4E is #5F30B1. Grayscale: #B2B2B2. Windows color (decimal): -6238386 or 5164960. OLE color: 5164960.

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

Color convert

RGB 160 207 78 -
CMYK 0.23 0 0.62 0.19
HSL 81.86º 0.57% 0.56% -
HSV(B) 81.86º 0.62% 0.81% -
XYZ 38.19 52.65 15.36 -
YUV 178.24 71.43 114.99 -
System Red Green Blue C M Y K H S L
Decimal 160 207 78 0.23 0 0.62 0.19 81.86 0.57 0.56
Hex A0 CF 4E 17 0 3E 13 52 39 38
Octal 240 317 116 27 0 76 23 122 71 70
Binary 10100000 11001111 1001110 10111 0 111110 10011 1010010 111001 111000

Color Harmonies of #A0CF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CF4E

Black with #A0CF4E

Text Example


Text Example

White with #A0CF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CF4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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