Html Css Color HEX #A0CC43 Atlantis

📋 copy color: '#A0CC43'

red 160 ◦ green 204 ◦ blue 67

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

Shades of Atlantis #A0CC43

Tints of Atlantis #A0CC43

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.33%

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

R = 37.12%
G = 47.33%
B = 15.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#A0CC43 (or 0xA0CC43) is known color: Atlantis. HEX triplet: A0, CC and 43. RGB value is (160,204,67). Sum of RGB (Red+Green+Blue) = 160+204+67=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 67 (26.56% from 255 or 15.55% from 431); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CC43 is #5F33BC. Grayscale: #AFAFAF. Windows color (decimal): -6239165 or 4443296. OLE color: 4443296.

HSL color Cylindrical-coordinate representation of color #A0CC43: hue angle of 79.27º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0CC43 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 204 67 -
CMYK 0.22 0 0.67 0.2
HSL 79.27º 0.57% 0.53% -
HSV(B) 79.27º 0.67% 0.8% -
XYZ 37.1 51.06 13.21 -
YUV 175.23 66.92 117.14 -
System Red Green Blue C M Y K H S L
Decimal 160 204 67 0.22 0 0.67 0.2 79.27 0.57 0.53
Hex A0 CC 43 16 0 43 14 4F 39 35
Octal 240 314 103 26 0 103 24 117 71 65
Binary 10100000 11001100 1000011 10110 0 1000011 10100 1001111 111001 110101

Color Harmonies of #A0CC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CC43

Black with #A0CC43

Text Example


Text Example

White with #A0CC43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CC43; }

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

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

background-color css

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

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

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

border-color css

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

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

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