Html Css Color HEX #A5CF40 Atlantis

📋 copy color: '#A5CF40'

red 165 ◦ green 207 ◦ blue 64

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

Shades of Atlantis #A5CF40

Tints of Atlantis #A5CF40

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.48%

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

R = 37.84%
G = 47.48%
B = 14.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#A5CF40 (or 0xA5CF40) is known color: Atlantis. HEX triplet: A5, CF and 40. RGB value is (165,207,64). Sum of RGB (Red+Green+Blue) = 165+207+64=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CF40 is #5A30BF. Grayscale: #B2B2B2. Windows color (decimal): -5910720 or 4247461. OLE color: 4247461.

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

Color convert

RGB 165 207 64 -
CMYK 0.20 0 0.69 0.19
HSL 77.62º 0.6% 0.53% -
HSV(B) 77.62º 0.69% 0.81% -
XYZ 38.76 53 13.04 -
YUV 178.14 63.59 118.63 -
System Red Green Blue C M Y K H S L
Decimal 165 207 64 0.20 0 0.69 0.19 77.62 0.6 0.53
Hex A5 CF 40 14 0 45 13 4E 3C 35
Octal 245 317 100 24 0 105 23 116 74 65
Binary 10100101 11001111 1000000 10100 0 1000101 10011 1001110 111100 110101

Color Harmonies of #A5CF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CF40

Black with #A5CF40

Text Example


Text Example

White with #A5CF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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