Html Css Color HEX #A7CA46 Atlantis

📋 copy color: '#A7CA46'

red 167 ◦ green 202 ◦ blue 70

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

Shades of Atlantis #A7CA46

Tints of Atlantis #A7CA46

RGB

 RED value IS 167 (65.63% from 255) = 38.04%

 GREEN value IS 202 (79.3% from 255) = 46.01%

 BLUE value IS 70 (27.73% from 255) = 15.95%

R = 38.04%
G = 46.01%
B = 15.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#A7CA46 (or 0xA7CA46) is known color: Atlantis. HEX triplet: A7, CA and 46. RGB value is (167,202,70). Sum of RGB (Red+Green+Blue) = 167+202+70=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 70 (27.73% from 255 or 15.95% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7CA46 is #5835B9. Grayscale: #B0B0B0. Windows color (decimal): -5780922 or 4639399. OLE color: 4639399.

HSL color Cylindrical-coordinate representation of color #A7CA46: hue angle of 75.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A7CA46 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 202 70 -
CMYK 0.17 0 0.65 0.21
HSL 75.91º 0.55% 0.53% -
HSV(B) 75.91º 0.65% 0.79% -
XYZ 38.16 50.9 13.61 -
YUV 176.49 67.9 121.23 -
System Red Green Blue C M Y K H S L
Decimal 167 202 70 0.17 0 0.65 0.21 75.91 0.55 0.53
Hex A7 CA 46 11 0 41 15 4C 37 35
Octal 247 312 106 21 0 101 25 114 67 65
Binary 10100111 11001010 1000110 10001 0 1000001 10101 1001100 110111 110101

Color Harmonies of #A7CA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CA46

Black with #A7CA46

Text Example


Text Example

White with #A7CA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CA46; }

 p { color: rgb(167,202,70); }

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

background-color css

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

 a { background-color: rgb(167,202,70); }

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

border-color css

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

 span { border-color: rgb(167,202,70); }

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