Html Css Color HEX #8ACD4B Mantis

📋 copy color: '#8ACD4B'

red 138 ◦ green 205 ◦ blue 75

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

Shades of Mantis #8ACD4B

Tints of Mantis #8ACD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.94%

R = 33.01%
G = 49.04%
B = 17.94%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#8ACD4B (or 0x8ACD4B) is known color: Mantis. HEX triplet: 8A, CD and 4B. RGB value is (138,205,75). Sum of RGB (Red+Green+Blue) = 138+205+75=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACD4B is #7532B4. Grayscale: #AAAAAA. Windows color (decimal): -7680693 or 4967818. OLE color: 4967818.

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

Color convert

RGB 138 205 75 -
CMYK 0.33 0 0.63 0.20
HSL 90.92º 0.57% 0.55% -
HSV(B) 90.92º 0.63% 0.8% -
XYZ 33.58 49.57 14.46 -
YUV 170.15 74.3 105.07 -
System Red Green Blue C M Y K H S L
Decimal 138 205 75 0.33 0 0.63 0.20 90.92 0.57 0.55
Hex 8A CD 4B 21 0 3F 14 5B 39 37
Octal 212 315 113 41 0 77 24 133 71 67
Binary 10001010 11001101 1001011 100001 0 111111 10100 1011011 111001 110111

Color Harmonies of #8ACD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACD4B

Black with #8ACD4B

Text Example


Text Example

White with #8ACD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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