Html Css Color HEX #A0C743 Atlantis

📋 copy color: '#A0C743'

red 160 ◦ green 199 ◦ blue 67

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

Shades of Atlantis #A0C743

Tints of Atlantis #A0C743

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.71%

 BLUE value IS 67 (26.56% from 255) = 15.73%

R = 37.56%
G = 46.71%
B = 15.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#A0C743 (or 0xA0C743) is known color: Atlantis. HEX triplet: A0, C7 and 43. RGB value is (160,199,67). Sum of RGB (Red+Green+Blue) = 160+199+67=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 199 (78.12% from 255 or 46.71% from 426); Blue value is 67 (26.56% from 255 or 15.73% from 426); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C743 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C743 is #5F38BC. Grayscale: #ACACAC. Windows color (decimal): -6240445 or 4442016. OLE color: 4442016.

HSL color Cylindrical-coordinate representation of color #A0C743: hue angle of 77.73º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0C743 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 199 67 -
CMYK 0.20 0 0.66 0.22
HSL 77.73º 0.54% 0.52% -
HSV(B) 77.73º 0.66% 0.78% -
XYZ 35.93 48.73 12.82 -
YUV 172.29 68.58 119.23 -
System Red Green Blue C M Y K H S L
Decimal 160 199 67 0.20 0 0.66 0.22 77.73 0.54 0.52
Hex A0 C7 43 14 0 42 16 4E 36 34
Octal 240 307 103 24 0 102 26 116 66 64
Binary 10100000 11000111 1000011 10100 0 1000010 10110 1001110 110110 110100

Color Harmonies of #A0C743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C743

Black with #A0C743

Text Example


Text Example

White with #A0C743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C743; }

 p { color: rgb(160,199,67); }

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

background-color css

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

 a { background-color: rgb(160,199,67); }

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

border-color css

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

 span { border-color: rgb(160,199,67); }

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