Html Css Color HEX #AACF41 Atlantis

📋 copy color: '#AACF41'

red 170 ◦ green 207 ◦ blue 65

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

Shades of Atlantis #AACF41

Tints of Atlantis #AACF41

RGB

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

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

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

R = 38.46%
G = 46.83%
B = 14.71%

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

#AACF41 (or 0xAACF41) is known color: Atlantis. HEX triplet: AA, CF and 41. RGB value is (170,207,65). Sum of RGB (Red+Green+Blue) = 170+207+65=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 65 (25.78% from 255 or 14.71% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACF41 is #5530BE. Grayscale: #B4B4B4. Windows color (decimal): -5583039 or 4313002. OLE color: 4313002.

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

Color convert

RGB 170 207 65 -
CMYK 0.18 0 0.69 0.19
HSL 75.63º 0.6% 0.53% -
HSV(B) 75.63º 0.69% 0.81% -
XYZ 39.84 53.55 13.24 -
YUV 179.75 63.24 121.05 -
System Red Green Blue C M Y K H S L
Decimal 170 207 65 0.18 0 0.69 0.19 75.63 0.6 0.53
Hex AA CF 41 12 0 45 13 4C 3C 35
Octal 252 317 101 22 0 105 23 114 74 65
Binary 10101010 11001111 1000001 10010 0 1000101 10011 1001100 111100 110101

Color Harmonies of #AACF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACF41

Black with #AACF41

Text Example


Text Example

White with #AACF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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