Html Css Color HEX #A8E23D Atlantis

📋 copy color: '#A8E23D'

red 168 ◦ green 226 ◦ blue 61

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

Shades of Atlantis #A8E23D

Tints of Atlantis #A8E23D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 49.67%

 BLUE value IS 61 (24.22% from 255) = 13.41%

R = 36.92%
G = 49.67%
B = 13.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#A8E23D (or 0xA8E23D) is known color: Atlantis. HEX triplet: A8, E2 and 3D. RGB value is (168,226,61). Sum of RGB (Red+Green+Blue) = 168+226+61=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 226 (88.67% from 255 or 49.67% from 455); Blue value is 61 (24.22% from 255 or 13.41% from 455); Max value from RGB is 226 - color contains mainly: green. Hex color #A8E23D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E23D is #571DC2. Grayscale: #BEBEBE. Windows color (decimal): -5709251 or 4055720. OLE color: 4055720.

HSL color Cylindrical-coordinate representation of color #A8E23D: hue angle of 81.09º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8E23D is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 226 61 -
CMYK 0.26 0 0.73 0.11
HSL 81.09º 0.74% 0.56% -
HSV(B) 81.09º 0.73% 0.89% -
XYZ 44.19 63.05 14.26 -
YUV 189.85 55.28 112.42 -
System Red Green Blue C M Y K H S L
Decimal 168 226 61 0.26 0 0.73 0.11 81.09 0.74 0.56
Hex A8 E2 3D 1A 0 49 B 51 4A 38
Octal 250 342 75 32 0 111 13 121 112 70
Binary 10101000 11100010 111101 11010 0 1001001 1011 1010001 1001010 111000

Color Harmonies of #A8E23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E23D

Black with #A8E23D

Text Example


Text Example

White with #A8E23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E23D; }

 p { color: rgb(168,226,61); }

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

background-color css

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

 a { background-color: rgb(168,226,61); }

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

border-color css

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

 span { border-color: rgb(168,226,61); }

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