Html Css Color HEX #4AB63A Apple

📋 copy color: '#4AB63A'

red 74 ◦ green 182 ◦ blue 58

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

Shades of Apple #4AB63A

Tints of Apple #4AB63A

RGB

 RED value IS 74 (29.3% from 255) = 23.57%

 GREEN value IS 182 (71.48% from 255) = 57.96%

 BLUE value IS 58 (23.05% from 255) = 18.47%

R = 23.57%
G = 57.96%
B = 18.47%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#4AB63A (or 0x4AB63A) is known color: Apple. HEX triplet: 4A, B6 and 3A. RGB value is (74,182,58). Sum of RGB (Red+Green+Blue) = 74+182+58=314 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.57% from 314); Green value is 182 (71.48% from 255 or 57.96% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB63A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB63A is #B549C5. Grayscale: #878787. Windows color (decimal): -11880902 or 3847754. OLE color: 3847754.

HSL color Cylindrical-coordinate representation of color #4AB63A: hue angle of 112.26º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AB63A is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 74 182 58 -
CMYK 0.59 0 0.68 0.29
HSL 112.26º 0.52% 0.47% -
HSV(B) 112.26º 0.68% 0.71% -
XYZ 20.32 35.22 9.73 -
YUV 135.57 84.22 84.08 -
System Red Green Blue C M Y K H S L
Decimal 74 182 58 0.59 0 0.68 0.29 112.26 0.52 0.47
Hex 4A B6 3A 3B 0 44 1D 70 34 2F
Octal 112 266 72 73 0 104 35 160 64 57
Binary 1001010 10110110 111010 111011 0 1000100 11101 1110000 110100 101111

Color Harmonies of #4AB63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB63A

Black with #4AB63A

Text Example


Text Example

White with #4AB63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AB63A; }

 p { color: rgb(74,182,58); }

 H1.HeaderClassName
 {
   color: #4AB63A;
 }
 .AnyTagClassName
 {
   color: #4AB63A;
 }
</style>

background-color css

<style>
 a { background-color: #4AB63A; }

 a { background-color: rgb(74,182,58); }

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

border-color css

<style>
 span { border-color: #4AB63A; }

 span { border-color: rgb(74,182,58); }

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