Html Css Color HEX #A5CB40 Atlantis

📋 copy color: '#A5CB40'

red 165 ◦ green 203 ◦ blue 64

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

Shades of Atlantis #A5CB40

Tints of Atlantis #A5CB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.99%

 BLUE value IS 64 (25.39% from 255) = 14.81%

R = 38.19%
G = 46.99%
B = 14.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#A5CB40 (or 0xA5CB40) is known color: Atlantis. HEX triplet: A5, CB and 40. RGB value is (165,203,64). Sum of RGB (Red+Green+Blue) = 165+203+64=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CB40 is #5A34BF. Grayscale: #B0B0B0. Windows color (decimal): -5911744 or 4246437. OLE color: 4246437.

HSL color Cylindrical-coordinate representation of color #A5CB40: hue angle of 76.4º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A5CB40 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 203 64 -
CMYK 0.19 0 0.68 0.20
HSL 76.4º 0.57% 0.52% -
HSV(B) 76.4º 0.68% 0.8% -
XYZ 37.8 51.08 12.72 -
YUV 175.79 64.91 120.3 -
System Red Green Blue C M Y K H S L
Decimal 165 203 64 0.19 0 0.68 0.20 76.4 0.57 0.52
Hex A5 CB 40 13 0 44 14 4C 39 34
Octal 245 313 100 23 0 104 24 114 71 64
Binary 10100101 11001011 1000000 10011 0 1000100 10100 1001100 111001 110100

Color Harmonies of #A5CB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CB40

Black with #A5CB40

Text Example


Text Example

White with #A5CB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CB40; }

 p { color: rgb(165,203,64); }

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

background-color css

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

 a { background-color: rgb(165,203,64); }

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

border-color css

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

 span { border-color: rgb(165,203,64); }

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