Html Css Color HEX #AACF40 Atlantis

📋 copy color: '#AACF40'

red 170 ◦ green 207 ◦ blue 64

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

Shades of Atlantis #AACF40

Tints of Atlantis #AACF40

RGB

 RED value IS 170 (66.8% from 255) = 38.55%

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

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

R = 38.55%
G = 46.94%
B = 14.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#AACF40 (or 0xAACF40) is known color: Atlantis. HEX triplet: AA, CF and 40. RGB value is (170,207,64). Sum of RGB (Red+Green+Blue) = 170+207+64=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACF40 is #5530BF. Grayscale: #B4B4B4. Windows color (decimal): -5583040 or 4247466. OLE color: 4247466.

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

Color convert

RGB 170 207 64 -
CMYK 0.18 0 0.69 0.19
HSL 75.52º 0.6% 0.53% -
HSV(B) 75.52º 0.69% 0.81% -
XYZ 39.82 53.54 13.09 -
YUV 179.64 62.74 121.13 -
System Red Green Blue C M Y K H S L
Decimal 170 207 64 0.18 0 0.69 0.19 75.52 0.6 0.53
Hex AA CF 40 12 0 45 13 4C 3C 35
Octal 252 317 100 22 0 105 23 114 74 65
Binary 10101010 11001111 1000000 10010 0 1000101 10011 1001100 111100 110101

Color Harmonies of #AACF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACF40

Black with #AACF40

Text Example


Text Example

White with #AACF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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