Html Css Color HEX #A4CD42 Atlantis

📋 copy color: '#A4CD42'

red 164 ◦ green 205 ◦ blue 66

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

Shades of Atlantis #A4CD42

Tints of Atlantis #A4CD42

RGB

 RED value IS 164 (64.45% from 255) = 37.7%

 GREEN value IS 205 (80.47% from 255) = 47.13%

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

R = 37.7%
G = 47.13%
B = 15.17%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#A4CD42 (or 0xA4CD42) is known color: Atlantis. HEX triplet: A4, CD and 42. RGB value is (164,205,66). Sum of RGB (Red+Green+Blue) = 164+205+66=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 66 (26.17% from 255 or 15.17% from 435); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CD42 is #5B32BD. Grayscale: #B1B1B1. Windows color (decimal): -5976766 or 4378020. OLE color: 4378020.

HSL color Cylindrical-coordinate representation of color #A4CD42: hue angle of 77.7º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4CD42 is Cyan = 0.2, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 205 66 -
CMYK 0.2 0 0.68 0.20
HSL 77.7º 0.58% 0.53% -
HSV(B) 77.7º 0.68% 0.8% -
XYZ 38.12 51.95 13.17 -
YUV 176.9 65.42 118.8 -
System Red Green Blue C M Y K H S L
Decimal 164 205 66 0.2 0 0.68 0.20 77.7 0.58 0.53
Hex A4 CD 42 14 0 44 14 4E 3A 35
Octal 244 315 102 24 0 104 24 116 72 65
Binary 10100100 11001101 1000010 10100 0 1000100 10100 1001110 111010 110101

Color Harmonies of #A4CD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CD42

Black with #A4CD42

Text Example


Text Example

White with #A4CD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CD42; }

 p { color: rgb(164,205,66); }

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

background-color css

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

 a { background-color: rgb(164,205,66); }

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

border-color css

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

 span { border-color: rgb(164,205,66); }

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