Html Css Color HEX #A0C942 Atlantis

📋 copy color: '#A0C942'

red 160 ◦ green 201 ◦ blue 66

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

Shades of Atlantis #A0C942

Tints of Atlantis #A0C942

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.07%

 BLUE value IS 66 (26.17% from 255) = 15.46%

R = 37.47%
G = 47.07%
B = 15.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#A0C942 (or 0xA0C942) is known color: Atlantis. HEX triplet: A0, C9 and 42. RGB value is (160,201,66). Sum of RGB (Red+Green+Blue) = 160+201+66=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 201 (78.91% from 255 or 47.07% from 427); Blue value is 66 (26.17% from 255 or 15.46% from 427); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C942 is #5F36BD. Grayscale: #ADADAD. Windows color (decimal): -6239934 or 4376992. OLE color: 4376992.

HSL color Cylindrical-coordinate representation of color #A0C942: hue angle of 78.22º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0C942 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 201 66 -
CMYK 0.20 0 0.67 0.21
HSL 78.22º 0.56% 0.52% -
HSV(B) 78.22º 0.67% 0.79% -
XYZ 36.37 49.64 12.82 -
YUV 173.35 67.42 118.48 -
System Red Green Blue C M Y K H S L
Decimal 160 201 66 0.20 0 0.67 0.21 78.22 0.56 0.52
Hex A0 C9 42 14 0 43 15 4E 38 34
Octal 240 311 102 24 0 103 25 116 70 64
Binary 10100000 11001001 1000010 10100 0 1000011 10101 1001110 111000 110100

Color Harmonies of #A0C942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C942

Black with #A0C942

Text Example


Text Example

White with #A0C942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C942; }

 p { color: rgb(160,201,66); }

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

background-color css

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

 a { background-color: rgb(160,201,66); }

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

border-color css

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

 span { border-color: rgb(160,201,66); }

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