Html Css Color HEX #7ABE3A Apple

📋 copy color: '#7ABE3A'

red 122 ◦ green 190 ◦ blue 58

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

Shades of Apple #7ABE3A

Tints of Apple #7ABE3A

RGB

 RED value IS 122 (48.05% from 255) = 32.97%

 GREEN value IS 190 (74.61% from 255) = 51.35%

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

R = 32.97%
G = 51.35%
B = 15.68%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#7ABE3A (or 0x7ABE3A) is known color: Apple. HEX triplet: 7A, BE and 3A. RGB value is (122,190,58). Sum of RGB (Red+Green+Blue) = 122+190+58=370 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.97% from 370); Green value is 190 (74.61% from 255 or 51.35% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABE3A is #8541C5. Grayscale: #9B9B9B. Windows color (decimal): -8733126 or 3849850. OLE color: 3849850.

HSL color Cylindrical-coordinate representation of color #7ABE3A: hue angle of 90.91º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7ABE3A is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 190 58 -
CMYK 0.36 0 0.69 0.25
HSL 90.91º 0.53% 0.49% -
HSV(B) 90.91º 0.69% 0.75% -
XYZ 27.2 41.27 10.54 -
YUV 154.62 73.47 104.73 -
System Red Green Blue C M Y K H S L
Decimal 122 190 58 0.36 0 0.69 0.25 90.91 0.53 0.49
Hex 7A BE 3A 24 0 45 19 5B 35 31
Octal 172 276 72 44 0 105 31 133 65 61
Binary 1111010 10111110 111010 100100 0 1000101 11001 1011011 110101 110001

Color Harmonies of #7ABE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABE3A

Black with #7ABE3A

Text Example


Text Example

White with #7ABE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7ABE3A; }

 p { color: rgb(122,190,58); }

 H1.HeaderClassName
 {
   color: #7ABE3A;
 }
 .AnyTagClassName
 {
   color: #7ABE3A;
 }
</style>

background-color css

<style>
 a { background-color: #7ABE3A; }

 a { background-color: rgb(122,190,58); }

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

border-color css

<style>
 span { border-color: #7ABE3A; }

 span { border-color: rgb(122,190,58); }

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