Html Css Color HEX #A7CD4A Atlantis

📋 copy color: '#A7CD4A'

red 167 ◦ green 205 ◦ blue 74

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

Shades of Atlantis #A7CD4A

Tints of Atlantis #A7CD4A

RGB

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

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

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

R = 37.44%
G = 45.96%
B = 16.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#A7CD4A (or 0xA7CD4A) is known color: Atlantis. HEX triplet: A7, CD and 4A. RGB value is (167,205,74). Sum of RGB (Red+Green+Blue) = 167+205+74=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #A7CD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7CD4A is #5832B5. Grayscale: #B3B3B3. Windows color (decimal): -5780150 or 4902311. OLE color: 4902311.

HSL color Cylindrical-coordinate representation of color #A7CD4A: hue angle of 77.4º 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 #A7CD4A is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 205 74 -
CMYK 0.19 0 0.64 0.20
HSL 77.4º 0.57% 0.55% -
HSV(B) 77.4º 0.64% 0.8% -
XYZ 39 52.37 14.53 -
YUV 178.7 68.91 119.65 -
System Red Green Blue C M Y K H S L
Decimal 167 205 74 0.19 0 0.64 0.20 77.4 0.57 0.55
Hex A7 CD 4A 13 0 40 14 4D 39 37
Octal 247 315 112 23 0 100 24 115 71 67
Binary 10100111 11001101 1001010 10011 0 1000000 10100 1001101 111001 110111

Color Harmonies of #A7CD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CD4A

Black with #A7CD4A

Text Example


Text Example

White with #A7CD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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