Html Css Color HEX #A0C348 Atlantis

📋 copy color: '#A0C348'

red 160 ◦ green 195 ◦ blue 72

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

Shades of Atlantis #A0C348

Tints of Atlantis #A0C348

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.67%

 BLUE value IS 72 (28.52% from 255) = 16.86%

R = 37.47%
G = 45.67%
B = 16.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#A0C348 (or 0xA0C348) is known color: Atlantis. HEX triplet: A0, C3 and 48. RGB value is (160,195,72). Sum of RGB (Red+Green+Blue) = 160+195+72=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C348 is #5F3CB7. Grayscale: #AAAAAA. Windows color (decimal): -6241464 or 4768672. OLE color: 4768672.

HSL color Cylindrical-coordinate representation of color #A0C348: hue angle of 77.07º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0C348 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 195 72 -
CMYK 0.18 0 0.63 0.24
HSL 77.07º 0.51% 0.52% -
HSV(B) 77.07º 0.63% 0.76% -
XYZ 35.18 46.97 13.34 -
YUV 170.51 72.4 120.5 -
System Red Green Blue C M Y K H S L
Decimal 160 195 72 0.18 0 0.63 0.24 77.07 0.51 0.52
Hex A0 C3 48 12 0 3F 18 4D 33 34
Octal 240 303 110 22 0 77 30 115 63 64
Binary 10100000 11000011 1001000 10010 0 111111 11000 1001101 110011 110100

Color Harmonies of #A0C348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C348

Black with #A0C348

Text Example


Text Example

White with #A0C348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C348; }

 p { color: rgb(160,195,72); }

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

background-color css

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

 a { background-color: rgb(160,195,72); }

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

border-color css

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

 span { border-color: rgb(160,195,72); }

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