Html Css Color HEX #A7CA42 Atlantis

📋 copy color: '#A7CA42'

red 167 ◦ green 202 ◦ blue 66

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

Shades of Atlantis #A7CA42

Tints of Atlantis #A7CA42

RGB

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

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

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

R = 38.39%
G = 46.44%
B = 15.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#A7CA42 (or 0xA7CA42) is known color: Atlantis. HEX triplet: A7, CA and 42. RGB value is (167,202,66). Sum of RGB (Red+Green+Blue) = 167+202+66=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 66 (26.17% from 255 or 15.17% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7CA42 is #5835BD. Grayscale: #B0B0B0. Windows color (decimal): -5780926 or 4377255. OLE color: 4377255.

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

Color convert

RGB 167 202 66 -
CMYK 0.17 0 0.67 0.21
HSL 75.44º 0.56% 0.53% -
HSV(B) 75.44º 0.67% 0.79% -
XYZ 38.04 50.85 12.96 -
YUV 176.03 65.9 121.56 -
System Red Green Blue C M Y K H S L
Decimal 167 202 66 0.17 0 0.67 0.21 75.44 0.56 0.53
Hex A7 CA 42 11 0 43 15 4B 38 35
Octal 247 312 102 21 0 103 25 113 70 65
Binary 10100111 11001010 1000010 10001 0 1000011 10101 1001011 111000 110101

Color Harmonies of #A7CA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CA42

Black with #A7CA42

Text Example


Text Example

White with #A7CA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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