Html Css Color HEX #6ABF49 Apple

📋 copy color: '#6ABF49'

red 106 ◦ green 191 ◦ blue 73

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

Shades of Apple #6ABF49

Tints of Apple #6ABF49

RGB

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

 GREEN value IS 191 (75% from 255) = 51.62%

 BLUE value IS 73 (28.91% from 255) = 19.73%

R = 28.65%
G = 51.62%
B = 19.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#6ABF49 (or 0x6ABF49) is known color: Apple. HEX triplet: 6A, BF and 49. RGB value is (106,191,73). Sum of RGB (Red+Green+Blue) = 106+191+73=370 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.65% from 370); Green value is 191 (75% from 255 or 51.62% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABF49 is #9540B6. Grayscale: #989898. Windows color (decimal): -9781431 or 4833130. OLE color: 4833130.

HSL color Cylindrical-coordinate representation of color #6ABF49: hue angle of 103.22º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6ABF49 is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 191 73 -
CMYK 0.45 0 0.62 0.25
HSL 103.22º 0.48% 0.52% -
HSV(B) 103.22º 0.62% 0.75% -
XYZ 25.78 40.81 12.82 -
YUV 152.13 83.34 95.09 -
System Red Green Blue C M Y K H S L
Decimal 106 191 73 0.45 0 0.62 0.25 103.22 0.48 0.52
Hex 6A BF 49 2D 0 3E 19 67 30 34
Octal 152 277 111 55 0 76 31 147 60 64
Binary 1101010 10111111 1001001 101101 0 111110 11001 1100111 110000 110100

Color Harmonies of #6ABF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABF49

Black with #6ABF49

Text Example


Text Example

White with #6ABF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,191,73); }

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

background-color css

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

 a { background-color: rgb(106,191,73); }

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

border-color css

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

 span { border-color: rgb(106,191,73); }

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