Html Css Color HEX #86CA42 Atlantis

📋 copy color: '#86CA42'

red 134 ◦ green 202 ◦ blue 66

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

Shades of Atlantis #86CA42

Tints of Atlantis #86CA42

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50.25%

 BLUE value IS 66 (26.17% from 255) = 16.42%

R = 33.33%
G = 50.25%
B = 16.42%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#86CA42 (or 0x86CA42) is known color: Atlantis. HEX triplet: 86, CA and 42. RGB value is (134,202,66). Sum of RGB (Red+Green+Blue) = 134+202+66=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 66 (26.17% from 255 or 16.42% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CA42 is #7935BD. Grayscale: #A6A6A6. Windows color (decimal): -7943614 or 4377222. OLE color: 4377222.

HSL color Cylindrical-coordinate representation of color #86CA42: hue angle of 90º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86CA42 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 202 66 -
CMYK 0.34 0 0.67 0.21
HSL 90º 0.56% 0.53% -
HSV(B) 90º 0.67% 0.79% -
XYZ 31.94 47.7 12.68 -
YUV 166.16 71.47 105.06 -
System Red Green Blue C M Y K H S L
Decimal 134 202 66 0.34 0 0.67 0.21 90 0.56 0.53
Hex 86 CA 42 22 0 43 15 5A 38 35
Octal 206 312 102 42 0 103 25 132 70 65
Binary 10000110 11001010 1000010 100010 0 1000011 10101 1011010 111000 110101

Color Harmonies of #86CA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CA42

Black with #86CA42

Text Example


Text Example

White with #86CA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,202,66); }

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

background-color css

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

 a { background-color: rgb(134,202,66); }

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

border-color css

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

 span { border-color: rgb(134,202,66); }

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