Html Css Color HEX #6AC235 Apple

📋 copy color: '#6AC235'

red 106 ◦ green 194 ◦ blue 53

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

Shades of Apple #6AC235

Tints of Apple #6AC235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.01%

R = 30.03%
G = 54.96%
B = 15.01%

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

#6AC235 (or 0x6AC235) is known color: Apple. HEX triplet: 6A, C2 and 35. RGB value is (106,194,53). Sum of RGB (Red+Green+Blue) = 106+194+53=353 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.03% from 353); Green value is 194 (76.17% from 255 or 54.96% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 194 - color contains mainly: green. Hex color #6AC235 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC235 is #953DCA. Grayscale: #989898. Windows color (decimal): -9780683 or 3523178. OLE color: 3523178.

HSL color Cylindrical-coordinate representation of color #6AC235: hue angle of 97.45º degrees, saturation: 0.57, 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 #6AC235 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 106 194 53 -
CMYK 0.45 0 0.73 0.24
HSL 97.45º 0.57% 0.48% -
HSV(B) 97.45º 0.73% 0.76% -
XYZ 25.88 41.9 10.09 -
YUV 151.61 72.35 95.46 -
System Red Green Blue C M Y K H S L
Decimal 106 194 53 0.45 0 0.73 0.24 97.45 0.57 0.48
Hex 6A C2 35 2D 0 49 18 61 39 30
Octal 152 302 65 55 0 111 30 141 71 60
Binary 1101010 11000010 110101 101101 0 1001001 11000 1100001 111001 110000

Color Harmonies of #6AC235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC235

Black with #6AC235

Text Example


Text Example

White with #6AC235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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