Html Css Color HEX #A1C84F Atlantis

📋 copy color: '#A1C84F'

red 161 ◦ green 200 ◦ blue 79

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

Shades of Atlantis #A1C84F

Tints of Atlantis #A1C84F

RGB

 RED value IS 161 (63.28% from 255) = 36.59%

 GREEN value IS 200 (78.52% from 255) = 45.45%

 BLUE value IS 79 (31.25% from 255) = 17.95%

R = 36.59%
G = 45.45%
B = 17.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#A1C84F (or 0xA1C84F) is known color: Atlantis. HEX triplet: A1, C8 and 4F. RGB value is (161,200,79). Sum of RGB (Red+Green+Blue) = 161+200+79=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 79 (31.25% from 255 or 17.95% from 440); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C84F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C84F is #5E37B0. Grayscale: #AEAEAE. Windows color (decimal): -6174641 or 5228705. OLE color: 5228705.

HSL color Cylindrical-coordinate representation of color #A1C84F: hue angle of 79.34º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1C84F is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 161 200 79 -
CMYK 0.19 0 0.60 0.22
HSL 79.34º 0.52% 0.55% -
HSV(B) 79.34º 0.61% 0.78% -
XYZ 36.76 49.45 15 -
YUV 174.55 74.08 118.34 -
System Red Green Blue C M Y K H S L
Decimal 161 200 79 0.19 0 0.60 0.22 79.34 0.52 0.55
Hex A1 C8 4F 13 0 3C 16 4F 34 37
Octal 241 310 117 23 0 74 26 117 64 67
Binary 10100001 11001000 1001111 10011 0 111100 10110 1001111 110100 110111

Color Harmonies of #A1C84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C84F

Black with #A1C84F

Text Example


Text Example

White with #A1C84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C84F; }

 p { color: rgb(161,200,79); }

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

background-color css

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

 a { background-color: rgb(161,200,79); }

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

border-color css

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

 span { border-color: rgb(161,200,79); }

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