Html Css Color HEX #86C340 Atlantis

📋 copy color: '#86C340'

red 134 ◦ green 195 ◦ blue 64

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

Shades of Atlantis #86C340

Tints of Atlantis #86C340

RGB

 RED value IS 134 (52.73% from 255) = 34.1%

 GREEN value IS 195 (76.56% from 255) = 49.62%

 BLUE value IS 64 (25.39% from 255) = 16.28%

R = 34.1%
G = 49.62%
B = 16.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#86C340 (or 0x86C340) is known color: Atlantis. HEX triplet: 86, C3 and 40. RGB value is (134,195,64). Sum of RGB (Red+Green+Blue) = 134+195+64=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #86C340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C340 is #793CBF. Grayscale: #A2A2A2. Windows color (decimal): -7945408 or 4244358. OLE color: 4244358.

HSL color Cylindrical-coordinate representation of color #86C340: hue angle of 87.94º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86C340 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 195 64 -
CMYK 0.31 0 0.67 0.24
HSL 87.94º 0.52% 0.51% -
HSV(B) 87.94º 0.67% 0.76% -
XYZ 30.27 44.47 11.84 -
YUV 161.83 72.79 108.15 -
System Red Green Blue C M Y K H S L
Decimal 134 195 64 0.31 0 0.67 0.24 87.94 0.52 0.51
Hex 86 C3 40 1F 0 43 18 58 34 33
Octal 206 303 100 37 0 103 30 130 64 63
Binary 10000110 11000011 1000000 11111 0 1000011 11000 1011000 110100 110011

Color Harmonies of #86C340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C340

Black with #86C340

Text Example


Text Example

White with #86C340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86C340; }

 p { color: rgb(134,195,64); }

 H1.HeaderClassName
 {
   color: #86C340;
 }
 .AnyTagClassName
 {
   color: #86C340;
 }
</style>

background-color css

<style>
 a { background-color: #86C340; }

 a { background-color: rgb(134,195,64); }

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

border-color css

<style>
 span { border-color: #86C340; }

 span { border-color: rgb(134,195,64); }

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