Html Css Color HEX #A5CE41 Atlantis

📋 copy color: '#A5CE41'

red 165 ◦ green 206 ◦ blue 65

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

Shades of Atlantis #A5CE41

Tints of Atlantis #A5CE41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.91%

R = 37.84%
G = 47.25%
B = 14.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#A5CE41 (or 0xA5CE41) is known color: Atlantis. HEX triplet: A5, CE and 41. RGB value is (165,206,65). Sum of RGB (Red+Green+Blue) = 165+206+65=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CE41 is #5A31BE. Grayscale: #B2B2B2. Windows color (decimal): -5910975 or 4312741. OLE color: 4312741.

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

Color convert

RGB 165 206 65 -
CMYK 0.20 0 0.68 0.19
HSL 77.45º 0.59% 0.53% -
HSV(B) 77.45º 0.68% 0.81% -
XYZ 38.54 52.52 13.11 -
YUV 177.67 64.42 118.96 -
System Red Green Blue C M Y K H S L
Decimal 165 206 65 0.20 0 0.68 0.19 77.45 0.59 0.53
Hex A5 CE 41 14 0 44 13 4D 3B 35
Octal 245 316 101 24 0 104 23 115 73 65
Binary 10100101 11001110 1000001 10100 0 1000100 10011 1001101 111011 110101

Color Harmonies of #A5CE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CE41

Black with #A5CE41

Text Example


Text Example

White with #A5CE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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