Html Css Color HEX #86F349 Atlantis

📋 copy color: '#86F349'

red 134 ◦ green 243 ◦ blue 73

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

Shades of Atlantis #86F349

Tints of Atlantis #86F349

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54%

 BLUE value IS 73 (28.91% from 255) = 16.22%

R = 29.78%
G = 54%
B = 16.22%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#86F349 (or 0x86F349) is known color: Atlantis. HEX triplet: 86, F3 and 49. RGB value is (134,243,73). Sum of RGB (Red+Green+Blue) = 134+243+73=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 243 (95.31% from 255 or 54% from 450); Blue value is 73 (28.91% from 255 or 16.22% from 450); Max value from RGB is 243 - color contains mainly: green. Hex color #86F349 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F349 is #790CB6. Grayscale: #BFBFBF. Windows color (decimal): -7933111 or 4846470. OLE color: 4846470.

HSL color Cylindrical-coordinate representation of color #86F349: hue angle of 98.47º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86F349 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 134 243 73 -
CMYK 0.45 0 0.70 0.05
HSL 98.47º 0.88% 0.62% -
HSV(B) 98.47º 0.7% 0.95% -
XYZ 43.08 69.65 17.48 -
YUV 191.03 61.39 87.32 -
System Red Green Blue C M Y K H S L
Decimal 134 243 73 0.45 0 0.70 0.05 98.47 0.88 0.62
Hex 86 F3 49 2D 0 46 5 62 58 3E
Octal 206 363 111 55 0 106 5 142 130 76
Binary 10000110 11110011 1001001 101101 0 1000110 101 1100010 1011000 111110

Color Harmonies of #86F349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F349

Black with #86F349

Text Example


Text Example

White with #86F349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,243,73); }

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

background-color css

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

 a { background-color: rgb(134,243,73); }

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

border-color css

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

 span { border-color: rgb(134,243,73); }

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