Html Css Color HEX #6AC231 Apple

📋 copy color: '#6AC231'

red 106 ◦ green 194 ◦ blue 49

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

Shades of Apple #6AC231

Tints of Apple #6AC231

RGB

 RED value IS 106 (41.8% from 255) = 30.37%

 GREEN value IS 194 (76.17% from 255) = 55.59%

 BLUE value IS 49 (19.53% from 255) = 14.04%

R = 30.37%
G = 55.59%
B = 14.04%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#6AC231 (or 0x6AC231) is known color: Apple. HEX triplet: 6A, C2 and 31. RGB value is (106,194,49). Sum of RGB (Red+Green+Blue) = 106+194+49=349 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.37% from 349); Green value is 194 (76.17% from 255 or 55.59% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 194 - color contains mainly: green. Hex color #6AC231 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC231 is #953DCE. Grayscale: #979797. Windows color (decimal): -9780687 or 3261034. OLE color: 3261034.

HSL color Cylindrical-coordinate representation of color #6AC231: hue angle of 96.41º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6AC231 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 106 194 49 -
CMYK 0.45 0 0.75 0.24
HSL 96.41º 0.6% 0.48% -
HSV(B) 96.41º 0.75% 0.76% -
XYZ 25.79 41.87 9.63 -
YUV 151.16 70.35 95.79 -
System Red Green Blue C M Y K H S L
Decimal 106 194 49 0.45 0 0.75 0.24 96.41 0.6 0.48
Hex 6A C2 31 2D 0 4B 18 60 3C 30
Octal 152 302 61 55 0 113 30 140 74 60
Binary 1101010 11000010 110001 101101 0 1001011 11000 1100000 111100 110000

Color Harmonies of #6AC231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC231

Black with #6AC231

Text Example


Text Example

White with #6AC231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AC231; }

 p { color: rgb(106,194,49); }

 H1.HeaderClassName
 {
   color: #6AC231;
 }
 .AnyTagClassName
 {
   color: #6AC231;
 }
</style>

background-color css

<style>
 a { background-color: #6AC231; }

 a { background-color: rgb(106,194,49); }

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

border-color css

<style>
 span { border-color: #6AC231; }

 span { border-color: rgb(106,194,49); }

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