Html Css Color HEX #A8E33D Atlantis

📋 copy color: '#A8E33D'

red 168 ◦ green 227 ◦ blue 61

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

Shades of Atlantis #A8E33D

Tints of Atlantis #A8E33D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.78%

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

R = 36.84%
G = 49.78%
B = 13.38%

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

#A8E33D (or 0xA8E33D) is known color: Atlantis. HEX triplet: A8, E3 and 3D. RGB value is (168,227,61). Sum of RGB (Red+Green+Blue) = 168+227+61=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 227 (89.06% from 255 or 49.78% from 456); Blue value is 61 (24.22% from 255 or 13.38% from 456); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E33D is #571CC2. Grayscale: #BFBFBF. Windows color (decimal): -5708995 or 4055976. OLE color: 4055976.

HSL color Cylindrical-coordinate representation of color #A8E33D: hue angle of 81.33º degrees, saturation: 0.75, 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 #A8E33D is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 227 61 -
CMYK 0.26 0 0.73 0.11
HSL 81.33º 0.75% 0.56% -
HSV(B) 81.33º 0.73% 0.89% -
XYZ 44.46 63.6 14.35 -
YUV 190.44 54.95 112 -
System Red Green Blue C M Y K H S L
Decimal 168 227 61 0.26 0 0.73 0.11 81.33 0.75 0.56
Hex A8 E3 3D 1A 0 49 B 51 4B 38
Octal 250 343 75 32 0 111 13 121 113 70
Binary 10101000 11100011 111101 11010 0 1001001 1011 1010001 1001011 111000

Color Harmonies of #A8E33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E33D

Black with #A8E33D

Text Example


Text Example

White with #A8E33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E33D; }

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

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

background-color css

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

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

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

border-color css

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

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

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