Html Css Color HEX #A8D835 Atlantis

📋 copy color: '#A8D835'

red 168 ◦ green 216 ◦ blue 53

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

Shades of Atlantis #A8D835

Tints of Atlantis #A8D835

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.43%

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

R = 38.44%
G = 49.43%
B = 12.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#A8D835 (or 0xA8D835) is known color: Atlantis. HEX triplet: A8, D8 and 35. RGB value is (168,216,53). Sum of RGB (Red+Green+Blue) = 168+216+53=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 216 (84.77% from 255 or 49.43% from 437); Blue value is 53 (21.09% from 255 or 12.13% from 437); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D835 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D835 is #5727CA. Grayscale: #B7B7B7. Windows color (decimal): -5711819 or 3528872. OLE color: 3528872.

HSL color Cylindrical-coordinate representation of color #A8D835: hue angle of 77.67º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8D835 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 216 53 -
CMYK 0.22 0 0.75 0.15
HSL 77.67º 0.68% 0.53% -
HSV(B) 77.67º 0.75% 0.85% -
XYZ 41.35 57.69 12.32 -
YUV 183.07 54.6 117.25 -
System Red Green Blue C M Y K H S L
Decimal 168 216 53 0.22 0 0.75 0.15 77.67 0.68 0.53
Hex A8 D8 35 16 0 4B F 4E 44 35
Octal 250 330 65 26 0 113 17 116 104 65
Binary 10101000 11011000 110101 10110 0 1001011 1111 1001110 1000100 110101

Color Harmonies of #A8D835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D835

Black with #A8D835

Text Example


Text Example

White with #A8D835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D835; }

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

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

background-color css

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

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

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

border-color css

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

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

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