Html Css Color HEX #A4CD4A Atlantis

📋 copy color: '#A4CD4A'

red 164 ◦ green 205 ◦ blue 74

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

Shades of Atlantis #A4CD4A

Tints of Atlantis #A4CD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.7%

R = 37.02%
G = 46.28%
B = 16.7%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#A4CD4A (or 0xA4CD4A) is known color: Atlantis. HEX triplet: A4, CD and 4A. RGB value is (164,205,74). Sum of RGB (Red+Green+Blue) = 164+205+74=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CD4A is #5B32B5. Grayscale: #B2B2B2. Windows color (decimal): -5976758 or 4902308. OLE color: 4902308.

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

Color convert

RGB 164 205 74 -
CMYK 0.2 0 0.64 0.20
HSL 78.78º 0.57% 0.55% -
HSV(B) 78.78º 0.64% 0.8% -
XYZ 38.38 52.05 14.5 -
YUV 177.81 69.42 118.15 -
System Red Green Blue C M Y K H S L
Decimal 164 205 74 0.2 0 0.64 0.20 78.78 0.57 0.55
Hex A4 CD 4A 14 0 40 14 4F 39 37
Octal 244 315 112 24 0 100 24 117 71 67
Binary 10100100 11001101 1001010 10100 0 1000000 10100 1001111 111001 110111

Color Harmonies of #A4CD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CD4A

Black with #A4CD4A

Text Example


Text Example

White with #A4CD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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