Html Css Color HEX #A8CD49 Atlantis

📋 copy color: '#A8CD49'

red 168 ◦ green 205 ◦ blue 73

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

Shades of Atlantis #A8CD49

Tints of Atlantis #A8CD49

RGB

 RED value IS 168 (66.02% from 255) = 37.67%

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

 BLUE value IS 73 (28.91% from 255) = 16.37%

R = 37.67%
G = 45.96%
B = 16.37%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#A8CD49 (or 0xA8CD49) is known color: Atlantis. HEX triplet: A8, CD and 49. RGB value is (168,205,73). Sum of RGB (Red+Green+Blue) = 168+205+73=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 73 (28.91% from 255 or 16.37% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CD49 is #5732B6. Grayscale: #B3B3B3. Windows color (decimal): -5714615 or 4836776. OLE color: 4836776.

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

Color convert

RGB 168 205 73 -
CMYK 0.18 0 0.64 0.20
HSL 76.82º 0.57% 0.55% -
HSV(B) 76.82º 0.64% 0.8% -
XYZ 39.18 52.47 14.37 -
YUV 178.89 68.24 120.23 -
System Red Green Blue C M Y K H S L
Decimal 168 205 73 0.18 0 0.64 0.20 76.82 0.57 0.55
Hex A8 CD 49 12 0 40 14 4D 39 37
Octal 250 315 111 22 0 100 24 115 71 67
Binary 10101000 11001101 1001001 10010 0 1000000 10100 1001101 111001 110111

Color Harmonies of #A8CD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CD49

Black with #A8CD49

Text Example


Text Example

White with #A8CD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CD49; }

 p { color: rgb(168,205,73); }

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

background-color css

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

 a { background-color: rgb(168,205,73); }

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

border-color css

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

 span { border-color: rgb(168,205,73); }

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