Html Css Color HEX #A5C938 Atlantis

📋 copy color: '#A5C938'

red 165 ◦ green 201 ◦ blue 56

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

Shades of Atlantis #A5C938

Tints of Atlantis #A5C938

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.63%

 BLUE value IS 56 (22.27% from 255) = 13.27%

R = 39.1%
G = 47.63%
B = 13.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#A5C938 (or 0xA5C938) is known color: Atlantis. HEX triplet: A5, C9 and 38. RGB value is (165,201,56). Sum of RGB (Red+Green+Blue) = 165+201+56=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 56 (22.27% from 255 or 13.27% from 422); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C938 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C938 is #5A36C7. Grayscale: #AEAEAE. Windows color (decimal): -5912264 or 3721637. OLE color: 3721637.

HSL color Cylindrical-coordinate representation of color #A5C938: hue angle of 74.9º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5C938 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 201 56 -
CMYK 0.18 0 0.72 0.21
HSL 74.9º 0.57% 0.5% -
HSV(B) 74.9º 0.72% 0.79% -
XYZ 37.12 50.06 11.45 -
YUV 173.71 61.57 121.79 -
System Red Green Blue C M Y K H S L
Decimal 165 201 56 0.18 0 0.72 0.21 74.9 0.57 0.5
Hex A5 C9 38 12 0 48 15 4B 39 32
Octal 245 311 70 22 0 110 25 113 71 62
Binary 10100101 11001001 111000 10010 0 1001000 10101 1001011 111001 110010

Color Harmonies of #A5C938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C938

Black with #A5C938

Text Example


Text Example

White with #A5C938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C938; }

 p { color: rgb(165,201,56); }

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

background-color css

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

 a { background-color: rgb(165,201,56); }

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

border-color css

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

 span { border-color: rgb(165,201,56); }

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