Html Css Color HEX #6AC030 Apple

📋 copy color: '#6AC030'

red 106 ◦ green 192 ◦ blue 48

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

Shades of Apple #6AC030

Tints of Apple #6AC030

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.49%

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

R = 30.64%
G = 55.49%
B = 13.87%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#6AC030 (or 0x6AC030) is known color: Apple. HEX triplet: 6A, C0 and 30. RGB value is (106,192,48). Sum of RGB (Red+Green+Blue) = 106+192+48=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC030 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC030 is #953FCF. Grayscale: #969696. Windows color (decimal): -9781200 or 3194986. OLE color: 3194986.

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

Color convert

RGB 106 192 48 -
CMYK 0.45 0 0.75 0.25
HSL 95.83º 0.6% 0.47% -
HSV(B) 95.83º 0.75% 0.75% -
XYZ 25.33 40.98 9.37 -
YUV 149.87 70.51 96.71 -
System Red Green Blue C M Y K H S L
Decimal 106 192 48 0.45 0 0.75 0.25 95.83 0.6 0.47
Hex 6A C0 30 2D 0 4B 19 60 3C 2F
Octal 152 300 60 55 0 113 31 140 74 57
Binary 1101010 11000000 110000 101101 0 1001011 11001 1100000 111100 101111

Color Harmonies of #6AC030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC030

Black with #6AC030

Text Example


Text Example

White with #6AC030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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