Html Css Color HEX #8ACF48 Atlantis

📋 copy color: '#8ACF48'

red 138 ◦ green 207 ◦ blue 72

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

Shades of Atlantis #8ACF48

Tints of Atlantis #8ACF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.27%

R = 33.09%
G = 49.64%
B = 17.27%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#8ACF48 (or 0x8ACF48) is known color: Atlantis. HEX triplet: 8A, CF and 48. RGB value is (138,207,72). Sum of RGB (Red+Green+Blue) = 138+207+72=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 207 (81.25% from 255 or 49.64% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACF48 is #7530B7. Grayscale: #ABABAB. Windows color (decimal): -7680184 or 4771722. OLE color: 4771722.

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

Color convert

RGB 138 207 72 -
CMYK 0.33 0 0.65 0.19
HSL 90.67º 0.58% 0.55% -
HSV(B) 90.67º 0.65% 0.81% -
XYZ 33.96 50.5 14.09 -
YUV 170.98 72.14 104.48 -
System Red Green Blue C M Y K H S L
Decimal 138 207 72 0.33 0 0.65 0.19 90.67 0.58 0.55
Hex 8A CF 48 21 0 41 13 5B 3A 37
Octal 212 317 110 41 0 101 23 133 72 67
Binary 10001010 11001111 1001000 100001 0 1000001 10011 1011011 111010 110111

Color Harmonies of #8ACF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACF48

Black with #8ACF48

Text Example


Text Example

White with #8ACF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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