Html Css Color HEX #A5CC37 Atlantis

📋 copy color: '#A5CC37'

red 165 ◦ green 204 ◦ blue 55

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

Shades of Atlantis #A5CC37

Tints of Atlantis #A5CC37

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.11%

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

R = 38.92%
G = 48.11%
B = 12.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#A5CC37 (or 0xA5CC37) is known color: Atlantis. HEX triplet: A5, CC and 37. RGB value is (165,204,55). Sum of RGB (Red+Green+Blue) = 165+204+55=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 55 (21.88% from 255 or 12.97% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CC37 is #5A33C8. Grayscale: #AFAFAF. Windows color (decimal): -5911497 or 3656869. OLE color: 3656869.

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

Color convert

RGB 165 204 55 -
CMYK 0.19 0 0.73 0.2
HSL 75.7º 0.59% 0.51% -
HSV(B) 75.7º 0.73% 0.8% -
XYZ 37.8 51.46 11.56 -
YUV 175.35 60.08 120.62 -
System Red Green Blue C M Y K H S L
Decimal 165 204 55 0.19 0 0.73 0.2 75.7 0.59 0.51
Hex A5 CC 37 13 0 49 14 4C 3B 33
Octal 245 314 67 23 0 111 24 114 73 63
Binary 10100101 11001100 110111 10011 0 1001001 10100 1001100 111011 110011

Color Harmonies of #A5CC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CC37

Black with #A5CC37

Text Example


Text Example

White with #A5CC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CC37; }

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

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

background-color css

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

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

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

border-color css

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

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

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