Html Css Color HEX #6AC34A Apple

📋 copy color: '#6AC34A'

red 106 ◦ green 195 ◦ blue 74

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

Shades of Apple #6AC34A

Tints of Apple #6AC34A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52%

 BLUE value IS 74 (29.3% from 255) = 19.73%

R = 28.27%
G = 52%
B = 19.73%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#6AC34A (or 0x6AC34A) is known color: Apple. HEX triplet: 6A, C3 and 4A. RGB value is (106,195,74). Sum of RGB (Red+Green+Blue) = 106+195+74=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 195 (76.56% from 255 or 52% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 195 - color contains mainly: green. Hex color #6AC34A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC34A is #953CB5. Grayscale: #9A9A9A. Windows color (decimal): -9780406 or 4899690. OLE color: 4899690.

HSL color Cylindrical-coordinate representation of color #6AC34A: hue angle of 104.13º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6AC34A is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 106 195 74 -
CMYK 0.46 0 0.62 0.24
HSL 104.13º 0.5% 0.53% -
HSV(B) 104.13º 0.62% 0.76% -
XYZ 26.7 42.59 13.29 -
YUV 154.6 82.51 93.34 -
System Red Green Blue C M Y K H S L
Decimal 106 195 74 0.46 0 0.62 0.24 104.13 0.5 0.53
Hex 6A C3 4A 2E 0 3E 18 68 32 35
Octal 152 303 112 56 0 76 30 150 62 65
Binary 1101010 11000011 1001010 101110 0 111110 11000 1101000 110010 110101

Color Harmonies of #6AC34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC34A

Black with #6AC34A

Text Example


Text Example

White with #6AC34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,195,74); }

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

background-color css

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

 a { background-color: rgb(106,195,74); }

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

border-color css

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

 span { border-color: rgb(106,195,74); }

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