Html Css Color HEX #A8CC3E Atlantis

📋 copy color: '#A8CC3E'

red 168 ◦ green 204 ◦ blue 62

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

Shades of Atlantis #A8CC3E

Tints of Atlantis #A8CC3E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47%

 BLUE value IS 62 (24.61% from 255) = 14.29%

R = 38.71%
G = 47%
B = 14.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#A8CC3E (or 0xA8CC3E) is known color: Atlantis. HEX triplet: A8, CC and 3E. RGB value is (168,204,62). Sum of RGB (Red+Green+Blue) = 168+204+62=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 62 (24.61% from 255 or 14.29% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CC3E is #5733C1. Grayscale: #B1B1B1. Windows color (decimal): -5714882 or 4115624. OLE color: 4115624.

HSL color Cylindrical-coordinate representation of color #A8CC3E: hue angle of 75.21º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8CC3E is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 204 62 -
CMYK 0.18 0 0.70 0.2
HSL 75.21º 0.58% 0.52% -
HSV(B) 75.21º 0.7% 0.8% -
XYZ 38.61 51.86 12.53 -
YUV 177.05 63.07 121.55 -
System Red Green Blue C M Y K H S L
Decimal 168 204 62 0.18 0 0.70 0.2 75.21 0.58 0.52
Hex A8 CC 3E 12 0 46 14 4B 3A 34
Octal 250 314 76 22 0 106 24 113 72 64
Binary 10101000 11001100 111110 10010 0 1000110 10100 1001011 111010 110100

Color Harmonies of #A8CC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CC3E

Black with #A8CC3E

Text Example


Text Example

White with #A8CC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CC3E; }

 p { color: rgb(168,204,62); }

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

background-color css

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

 a { background-color: rgb(168,204,62); }

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

border-color css

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

 span { border-color: rgb(168,204,62); }

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