Html Css Color HEX #70C14A Apple

📋 copy color: '#70C14A'

red 112 ◦ green 193 ◦ blue 74

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

Shades of Apple #70C14A

Tints of Apple #70C14A

RGB

 RED value IS 112 (44.14% from 255) = 29.55%

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

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

R = 29.55%
G = 50.92%
B = 19.53%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#70C14A (or 0x70C14A) is known color: Apple. HEX triplet: 70, C1 and 4A. RGB value is (112,193,74). Sum of RGB (Red+Green+Blue) = 112+193+74=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #70C14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C14A is #8F3EB5. Grayscale: #9B9B9B. Windows color (decimal): -9387702 or 4899184. OLE color: 4899184.

HSL color Cylindrical-coordinate representation of color #70C14A: hue angle of 100.84º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70C14A is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 193 74 -
CMYK 0.42 0 0.62 0.24
HSL 100.84º 0.49% 0.52% -
HSV(B) 100.84º 0.62% 0.76% -
XYZ 26.99 42.08 13.18 -
YUV 155.22 82.16 97.18 -
System Red Green Blue C M Y K H S L
Decimal 112 193 74 0.42 0 0.62 0.24 100.84 0.49 0.52
Hex 70 C1 4A 2A 0 3E 18 65 31 34
Octal 160 301 112 52 0 76 30 145 61 64
Binary 1110000 11000001 1001010 101010 0 111110 11000 1100101 110001 110100

Color Harmonies of #70C14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C14A

Black with #70C14A

Text Example


Text Example

White with #70C14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70C14A; }

 p { color: rgb(112,193,74); }

 H1.HeaderClassName
 {
   color: #70C14A;
 }
 .AnyTagClassName
 {
   color: #70C14A;
 }
</style>

background-color css

<style>
 a { background-color: #70C14A; }

 a { background-color: rgb(112,193,74); }

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

border-color css

<style>
 span { border-color: #70C14A; }

 span { border-color: rgb(112,193,74); }

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