Html Css Color HEX #A5CE37 Atlantis

📋 copy color: '#A5CE37'

red 165 ◦ green 206 ◦ blue 55

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

Shades of Atlantis #A5CE37

Tints of Atlantis #A5CE37

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.36%

 BLUE value IS 55 (21.88% from 255) = 12.91%

R = 38.73%
G = 48.36%
B = 12.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#A5CE37 (or 0xA5CE37) is known color: Atlantis. HEX triplet: A5, CE and 37. RGB value is (165,206,55). Sum of RGB (Red+Green+Blue) = 165+206+55=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 55 (21.88% from 255 or 12.91% from 426); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CE37 is #5A31C8. Grayscale: #B1B1B1. Windows color (decimal): -5910985 or 3657381. OLE color: 3657381.

HSL color Cylindrical-coordinate representation of color #A5CE37: hue angle of 76.29º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5CE37 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 206 55 -
CMYK 0.20 0 0.73 0.19
HSL 76.29º 0.61% 0.51% -
HSV(B) 76.29º 0.73% 0.81% -
XYZ 38.28 52.42 11.71 -
YUV 176.53 59.42 119.78 -
System Red Green Blue C M Y K H S L
Decimal 165 206 55 0.20 0 0.73 0.19 76.29 0.61 0.51
Hex A5 CE 37 14 0 49 13 4C 3D 33
Octal 245 316 67 24 0 111 23 114 75 63
Binary 10100101 11001110 110111 10100 0 1001001 10011 1001100 111101 110011

Color Harmonies of #A5CE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CE37

Black with #A5CE37

Text Example


Text Example

White with #A5CE37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CE37; }

 p { color: rgb(165,206,55); }

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

background-color css

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

 a { background-color: rgb(165,206,55); }

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

border-color css

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

 span { border-color: rgb(165,206,55); }

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