Html Css Color HEX #A8E135 Atlantis

📋 copy color: '#A8E135'

red 168 ◦ green 225 ◦ blue 53

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

Shades of Atlantis #A8E135

Tints of Atlantis #A8E135

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.45%

 BLUE value IS 53 (21.09% from 255) = 11.88%

R = 37.67%
G = 50.45%
B = 11.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#A8E135 (or 0xA8E135) is known color: Atlantis. HEX triplet: A8, E1 and 35. RGB value is (168,225,53). Sum of RGB (Red+Green+Blue) = 168+225+53=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 225 (88.28% from 255 or 50.45% from 446); Blue value is 53 (21.09% from 255 or 11.88% from 446); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E135 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E135 is #571ECA. Grayscale: #BCBCBC. Windows color (decimal): -5709515 or 3531176. OLE color: 3531176.

HSL color Cylindrical-coordinate representation of color #A8E135: hue angle of 79.88º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8E135 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 225 53 -
CMYK 0.25 0 0.76 0.12
HSL 79.88º 0.74% 0.55% -
HSV(B) 79.88º 0.76% 0.88% -
XYZ 43.72 62.43 13.11 -
YUV 188.35 51.62 113.49 -
System Red Green Blue C M Y K H S L
Decimal 168 225 53 0.25 0 0.76 0.12 79.88 0.74 0.55
Hex A8 E1 35 19 0 4C C 50 4A 37
Octal 250 341 65 31 0 114 14 120 112 67
Binary 10101000 11100001 110101 11001 0 1001100 1100 1010000 1001010 110111

Color Harmonies of #A8E135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E135

Black with #A8E135

Text Example


Text Example

White with #A8E135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E135; }

 p { color: rgb(168,225,53); }

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

background-color css

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

 a { background-color: rgb(168,225,53); }

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

border-color css

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

 span { border-color: rgb(168,225,53); }

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