Html Css Color HEX #8ACF68 Mantis

📋 copy color: '#8ACF68'

red 138 ◦ green 207 ◦ blue 104

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

Shades of Mantis #8ACF68

Tints of Mantis #8ACF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.16%

R = 30.73%
G = 46.1%
B = 23.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#8ACF68 (or 0x8ACF68) is known color: Mantis. HEX triplet: 8A, CF and 68. RGB value is (138,207,104). Sum of RGB (Red+Green+Blue) = 138+207+104=449 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.73% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACF68 is #753097. Grayscale: #AEAEAE. Windows color (decimal): -7680152 or 6868874. OLE color: 6868874.

HSL color Cylindrical-coordinate representation of color #8ACF68: hue angle of 100.19º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8ACF68 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 207 104 -
CMYK 0.33 0 0.50 0.19
HSL 100.19º 0.52% 0.61% -
HSV(B) 100.19º 0.5% 0.81% -
XYZ 35.29 51.03 21.09 -
YUV 174.63 88.14 101.88 -
System Red Green Blue C M Y K H S L
Decimal 138 207 104 0.33 0 0.50 0.19 100.19 0.52 0.61
Hex 8A CF 68 21 0 32 13 64 34 3D
Octal 212 317 150 41 0 62 23 144 64 75
Binary 10001010 11001111 1101000 100001 0 110010 10011 1100100 110100 111101

Color Harmonies of #8ACF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACF68

Black with #8ACF68

Text Example


Text Example

White with #8ACF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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