Html Css Color HEX #6AC42D Apple

📋 copy color: '#6AC42D'

red 106 ◦ green 196 ◦ blue 45

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

Shades of Apple #6AC42D

Tints of Apple #6AC42D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 56.48%

 BLUE value IS 45 (17.97% from 255) = 12.97%

R = 30.55%
G = 56.48%
B = 12.97%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#6AC42D (or 0x6AC42D) is known color: Apple. HEX triplet: 6A, C4 and 2D. RGB value is (106,196,45). Sum of RGB (Red+Green+Blue) = 106+196+45=347 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.55% from 347); Green value is 196 (76.95% from 255 or 56.48% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 196 - color contains mainly: green. Hex color #6AC42D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC42D is #953BD2. Grayscale: #989898. Windows color (decimal): -9780179 or 2999402. OLE color: 2999402.

HSL color Cylindrical-coordinate representation of color #6AC42D: hue angle of 95.76º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6AC42D is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 106 196 45 -
CMYK 0.46 0 0.77 0.23
HSL 95.76º 0.63% 0.47% -
HSV(B) 95.76º 0.77% 0.77% -
XYZ 26.16 42.73 9.35 -
YUV 151.88 67.68 95.28 -
System Red Green Blue C M Y K H S L
Decimal 106 196 45 0.46 0 0.77 0.23 95.76 0.63 0.47
Hex 6A C4 2D 2E 0 4D 17 60 3F 2F
Octal 152 304 55 56 0 115 27 140 77 57
Binary 1101010 11000100 101101 101110 0 1001101 10111 1100000 111111 101111

Color Harmonies of #6AC42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC42D

Black with #6AC42D

Text Example


Text Example

White with #6AC42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,196,45); }

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

background-color css

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

 a { background-color: rgb(106,196,45); }

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

border-color css

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

 span { border-color: rgb(106,196,45); }

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