Html Css Color HEX #8ACD69 Mantis

📋 copy color: '#8ACD69'

red 138 ◦ green 205 ◦ blue 105

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

Shades of Mantis #8ACD69

Tints of Mantis #8ACD69

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.76%

 BLUE value IS 105 (41.41% from 255) = 23.44%

R = 30.8%
G = 45.76%
B = 23.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#8ACD69 (or 0x8ACD69) is known color: Mantis. HEX triplet: 8A, CD and 69. RGB value is (138,205,105). Sum of RGB (Red+Green+Blue) = 138+205+105=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACD69 is #753296. Grayscale: #ADADAD. Windows color (decimal): -7680663 or 6933898. OLE color: 6933898.

HSL color Cylindrical-coordinate representation of color #8ACD69: hue angle of 100.2º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8ACD69 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 205 105 -
CMYK 0.33 0 0.49 0.20
HSL 100.2º 0.5% 0.61% -
HSV(B) 100.2º 0.49% 0.8% -
XYZ 34.86 50.09 21.19 -
YUV 173.57 89.3 102.63 -
System Red Green Blue C M Y K H S L
Decimal 138 205 105 0.33 0 0.49 0.20 100.2 0.5 0.61
Hex 8A CD 69 21 0 31 14 64 32 3D
Octal 212 315 151 41 0 61 24 144 62 75
Binary 10001010 11001101 1101001 100001 0 110001 10100 1100100 110010 111101

Color Harmonies of #8ACD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACD69

Black with #8ACD69

Text Example


Text Example

White with #8ACD69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,205,105); }

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

background-color css

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

 a { background-color: rgb(138,205,105); }

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

border-color css

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

 span { border-color: rgb(138,205,105); }

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