Html Css Color HEX #6AC130 Apple

📋 copy color: '#6AC130'

red 106 ◦ green 193 ◦ blue 48

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

Shades of Apple #6AC130

Tints of Apple #6AC130

RGB

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

 GREEN value IS 193 (75.78% from 255) = 55.62%

 BLUE value IS 48 (19.14% from 255) = 13.83%

R = 30.55%
G = 55.62%
B = 13.83%

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

#6AC130 (or 0x6AC130) is known color: Apple. HEX triplet: 6A, C1 and 30. RGB value is (106,193,48). Sum of RGB (Red+Green+Blue) = 106+193+48=347 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.55% from 347); Green value is 193 (75.78% from 255 or 55.62% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 193 - color contains mainly: green. Hex color #6AC130 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC130 is #953ECF. Grayscale: #969696. Windows color (decimal): -9780944 or 3195242. OLE color: 3195242.

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

Color convert

RGB 106 193 48 -
CMYK 0.45 0 0.75 0.24
HSL 96º 0.6% 0.47% -
HSV(B) 96º 0.75% 0.76% -
XYZ 25.55 41.42 9.44 -
YUV 150.46 70.18 96.29 -
System Red Green Blue C M Y K H S L
Decimal 106 193 48 0.45 0 0.75 0.24 96 0.6 0.47
Hex 6A C1 30 2D 0 4B 18 60 3C 2F
Octal 152 301 60 55 0 113 30 140 74 57
Binary 1101010 11000001 110000 101101 0 1001011 11000 1100000 111100 101111

Color Harmonies of #6AC130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC130

Black with #6AC130

Text Example


Text Example

White with #6AC130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,193,48); }

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

background-color css

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

 a { background-color: rgb(106,193,48); }

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

border-color css

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

 span { border-color: rgb(106,193,48); }

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