Html Css Color HEX #A5E93D Atlantis

📋 copy color: '#A5E93D'

red 165 ◦ green 233 ◦ blue 61

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

Shades of Atlantis #A5E93D

Tints of Atlantis #A5E93D

RGB

 RED value IS 165 (64.84% from 255) = 35.95%

 GREEN value IS 233 (91.41% from 255) = 50.76%

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

R = 35.95%
G = 50.76%
B = 13.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#A5E93D (or 0xA5E93D) is known color: Atlantis. HEX triplet: A5, E9 and 3D. RGB value is (165,233,61). Sum of RGB (Red+Green+Blue) = 165+233+61=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 233 (91.41% from 255 or 50.76% from 459); Blue value is 61 (24.22% from 255 or 13.29% from 459); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E93D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5E93D is #5A16C2. Grayscale: #C1C1C1. Windows color (decimal): -5904067 or 4057509. OLE color: 4057509.

HSL color Cylindrical-coordinate representation of color #A5E93D: hue angle of 83.72º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A5E93D is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 233 61 -
CMYK 0.29 0 0.74 0.09
HSL 83.72º 0.8% 0.58% -
HSV(B) 83.72º 0.74% 0.91% -
XYZ 45.5 66.61 14.87 -
YUV 193.06 53.47 107.99 -
System Red Green Blue C M Y K H S L
Decimal 165 233 61 0.29 0 0.74 0.09 83.72 0.8 0.58
Hex A5 E9 3D 1D 0 4A 9 54 50 3A
Octal 245 351 75 35 0 112 11 124 120 72
Binary 10100101 11101001 111101 11101 0 1001010 1001 1010100 1010000 111010

Color Harmonies of #A5E93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E93D

Black with #A5E93D

Text Example


Text Example

White with #A5E93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E93D; }

 p { color: rgb(165,233,61); }

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

background-color css

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

 a { background-color: rgb(165,233,61); }

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

border-color css

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

 span { border-color: rgb(165,233,61); }

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