Html Css Color HEX #6AC134 Apple

📋 copy color: '#6AC134'

red 106 ◦ green 193 ◦ blue 52

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

Shades of Apple #6AC134

Tints of Apple #6AC134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.81%

R = 30.2%
G = 54.99%
B = 14.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#6AC134 (or 0x6AC134) is known color: Apple. HEX triplet: 6A, C1 and 34. RGB value is (106,193,52). Sum of RGB (Red+Green+Blue) = 106+193+52=351 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.20% from 351); Green value is 193 (75.78% from 255 or 54.99% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 193 - color contains mainly: green. Hex color #6AC134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC134 is #953ECB. Grayscale: #979797. Windows color (decimal): -9780940 or 3457386. OLE color: 3457386.

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

Color convert

RGB 106 193 52 -
CMYK 0.45 0 0.73 0.24
HSL 97.02º 0.58% 0.48% -
HSV(B) 97.02º 0.73% 0.76% -
XYZ 25.63 41.45 9.9 -
YUV 150.91 72.18 95.96 -
System Red Green Blue C M Y K H S L
Decimal 106 193 52 0.45 0 0.73 0.24 97.02 0.58 0.48
Hex 6A C1 34 2D 0 49 18 61 3A 30
Octal 152 301 64 55 0 111 30 141 72 60
Binary 1101010 11000001 110100 101101 0 1001001 11000 1100001 111010 110000

Color Harmonies of #6AC134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC134

Black with #6AC134

Text Example


Text Example

White with #6AC134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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