Html Css Color HEX #A4CF40 Atlantis

📋 copy color: '#A4CF40'

red 164 ◦ green 207 ◦ blue 64

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

Shades of Atlantis #A4CF40

Tints of Atlantis #A4CF40

RGB

 RED value IS 164 (64.45% from 255) = 37.7%

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

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

R = 37.7%
G = 47.59%
B = 14.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#A4CF40 (or 0xA4CF40) is known color: Atlantis. HEX triplet: A4, CF and 40. RGB value is (164,207,64). Sum of RGB (Red+Green+Blue) = 164+207+64=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CF40 is #5B30BF. Grayscale: #B2B2B2. Windows color (decimal): -5976256 or 4247460. OLE color: 4247460.

HSL color Cylindrical-coordinate representation of color #A4CF40: hue angle of 78.04º 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 #A4CF40 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 207 64 -
CMYK 0.21 0 0.69 0.19
HSL 78.04º 0.6% 0.53% -
HSV(B) 78.04º 0.69% 0.81% -
XYZ 38.55 52.89 13.03 -
YUV 177.84 63.75 118.13 -
System Red Green Blue C M Y K H S L
Decimal 164 207 64 0.21 0 0.69 0.19 78.04 0.6 0.53
Hex A4 CF 40 15 0 45 13 4E 3C 35
Octal 244 317 100 25 0 105 23 116 74 65
Binary 10100100 11001111 1000000 10101 0 1000101 10011 1001110 111100 110101

Color Harmonies of #A4CF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CF40

Black with #A4CF40

Text Example


Text Example

White with #A4CF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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