Html Css Color HEX #A0D038 Atlantis

📋 copy color: '#A0D038'

red 160 ◦ green 208 ◦ blue 56

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

Shades of Atlantis #A0D038

Tints of Atlantis #A0D038

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.06%

 BLUE value IS 56 (22.27% from 255) = 13.21%

R = 37.74%
G = 49.06%
B = 13.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#A0D038 (or 0xA0D038) is known color: Atlantis. HEX triplet: A0, D0 and 38. RGB value is (160,208,56). Sum of RGB (Red+Green+Blue) = 160+208+56=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 208 (81.64% from 255 or 49.06% from 424); Blue value is 56 (22.27% from 255 or 13.21% from 424); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D038 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D038 is #5F2FC7. Grayscale: #B0B0B0. Windows color (decimal): -6238152 or 3723424. OLE color: 3723424.

HSL color Cylindrical-coordinate representation of color #A0D038: hue angle of 78.95º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0D038 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 208 56 -
CMYK 0.23 0 0.73 0.18
HSL 78.95º 0.62% 0.52% -
HSV(B) 78.95º 0.73% 0.82% -
XYZ 37.77 52.87 11.96 -
YUV 176.32 60.1 116.36 -
System Red Green Blue C M Y K H S L
Decimal 160 208 56 0.23 0 0.73 0.18 78.95 0.62 0.52
Hex A0 D0 38 17 0 49 12 4F 3E 34
Octal 240 320 70 27 0 111 22 117 76 64
Binary 10100000 11010000 111000 10111 0 1001001 10010 1001111 111110 110100

Color Harmonies of #A0D038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D038

Black with #A0D038

Text Example


Text Example

White with #A0D038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D038; }

 p { color: rgb(160,208,56); }

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

background-color css

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

 a { background-color: rgb(160,208,56); }

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

border-color css

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

 span { border-color: rgb(160,208,56); }

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