Html Css Color HEX #8ACF47 Atlantis

📋 copy color: '#8ACF47'

red 138 ◦ green 207 ◦ blue 71

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

Shades of Atlantis #8ACF47

Tints of Atlantis #8ACF47

RGB

 RED value IS 138 (54.3% from 255) = 33.17%

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

 BLUE value IS 71 (28.13% from 255) = 17.07%

R = 33.17%
G = 49.76%
B = 17.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#8ACF47 (or 0x8ACF47) is known color: Atlantis. HEX triplet: 8A, CF and 47. RGB value is (138,207,71). Sum of RGB (Red+Green+Blue) = 138+207+71=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 71 (28.12% from 255 or 17.07% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACF47 is #7530B8. Grayscale: #ABABAB. Windows color (decimal): -7680185 or 4706186. OLE color: 4706186.

HSL color Cylindrical-coordinate representation of color #8ACF47: hue angle of 90.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8ACF47 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 207 71 -
CMYK 0.33 0 0.66 0.19
HSL 90.44º 0.59% 0.55% -
HSV(B) 90.44º 0.66% 0.81% -
XYZ 33.93 50.48 13.92 -
YUV 170.87 71.64 104.56 -
System Red Green Blue C M Y K H S L
Decimal 138 207 71 0.33 0 0.66 0.19 90.44 0.59 0.55
Hex 8A CF 47 21 0 42 13 5A 3B 37
Octal 212 317 107 41 0 102 23 132 73 67
Binary 10001010 11001111 1000111 100001 0 1000010 10011 1011010 111011 110111

Color Harmonies of #8ACF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACF47

Black with #8ACF47

Text Example


Text Example

White with #8ACF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8ACF47; }

 p { color: rgb(138,207,71); }

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

background-color css

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

 a { background-color: rgb(138,207,71); }

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

border-color css

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

 span { border-color: rgb(138,207,71); }

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