Html Css Color HEX #A8D445 Atlantis

📋 copy color: '#A8D445'

red 168 ◦ green 212 ◦ blue 69

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

Shades of Atlantis #A8D445

Tints of Atlantis #A8D445

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.22%

 BLUE value IS 69 (27.34% from 255) = 15.37%

R = 37.42%
G = 47.22%
B = 15.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#A8D445 (or 0xA8D445) is known color: Atlantis. HEX triplet: A8, D4 and 45. RGB value is (168,212,69). Sum of RGB (Red+Green+Blue) = 168+212+69=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 212 (83.20% from 255 or 47.22% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D445 is #572BBA. Grayscale: #B7B7B7. Windows color (decimal): -5712827 or 4576424. OLE color: 4576424.

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

Color convert

RGB 168 212 69 -
CMYK 0.21 0 0.67 0.17
HSL 78.46º 0.62% 0.55% -
HSV(B) 78.46º 0.67% 0.83% -
XYZ 40.77 55.84 14.26 -
YUV 182.54 63.92 117.63 -
System Red Green Blue C M Y K H S L
Decimal 168 212 69 0.21 0 0.67 0.17 78.46 0.62 0.55
Hex A8 D4 45 15 0 43 11 4E 3E 37
Octal 250 324 105 25 0 103 21 116 76 67
Binary 10101000 11010100 1000101 10101 0 1000011 10001 1001110 111110 110111

Color Harmonies of #A8D445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D445

Black with #A8D445

Text Example


Text Example

White with #A8D445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D445; }

 p { color: rgb(168,212,69); }

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

background-color css

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

 a { background-color: rgb(168,212,69); }

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

border-color css

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

 span { border-color: rgb(168,212,69); }

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