Html Css Color HEX #A8D645 Atlantis

📋 copy color: '#A8D645'

red 168 ◦ green 214 ◦ blue 69

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

Shades of Atlantis #A8D645

Tints of Atlantis #A8D645

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.45%

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

R = 37.25%
G = 47.45%
B = 15.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#A8D645 (or 0xA8D645) is known color: Atlantis. HEX triplet: A8, D6 and 45. RGB value is (168,214,69). Sum of RGB (Red+Green+Blue) = 168+214+69=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 214 (83.98% from 255 or 47.45% from 451); Blue value is 69 (27.34% from 255 or 15.30% from 451); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D645 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D645 is #5729BA. Grayscale: #B8B8B8. Windows color (decimal): -5712315 or 4576936. OLE color: 4576936.

HSL color Cylindrical-coordinate representation of color #A8D645: hue angle of 79.03º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8D645 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 214 69 -
CMYK 0.21 0 0.68 0.16
HSL 79.03º 0.64% 0.55% -
HSV(B) 79.03º 0.68% 0.84% -
XYZ 41.27 56.85 14.43 -
YUV 183.72 63.26 116.79 -
System Red Green Blue C M Y K H S L
Decimal 168 214 69 0.21 0 0.68 0.16 79.03 0.64 0.55
Hex A8 D6 45 15 0 44 10 4F 40 37
Octal 250 326 105 25 0 104 20 117 100 67
Binary 10101000 11010110 1000101 10101 0 1000100 10000 1001111 1000000 110111

Color Harmonies of #A8D645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D645

Black with #A8D645

Text Example


Text Example

White with #A8D645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D645; }

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

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

background-color css

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

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

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

border-color css

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

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

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