Html Css Color HEX #6ABA2F Apple

📋 copy color: '#6ABA2F'

red 106 ◦ green 186 ◦ blue 47

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

Shades of Apple #6ABA2F

Tints of Apple #6ABA2F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.87%

 BLUE value IS 47 (18.75% from 255) = 13.86%

R = 31.27%
G = 54.87%
B = 13.86%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#6ABA2F (or 0x6ABA2F) is known color: Apple. HEX triplet: 6A, BA and 2F. RGB value is (106,186,47). Sum of RGB (Red+Green+Blue) = 106+186+47=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABA2F is #9545D0. Grayscale: #929292. Windows color (decimal): -9782737 or 3127914. OLE color: 3127914.

HSL color Cylindrical-coordinate representation of color #6ABA2F: hue angle of 94.53º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6ABA2F is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 186 47 -
CMYK 0.43 0 0.75 0.27
HSL 94.53º 0.6% 0.46% -
HSV(B) 94.53º 0.75% 0.73% -
XYZ 24.02 38.39 8.83 -
YUV 146.23 72 99.3 -
System Red Green Blue C M Y K H S L
Decimal 106 186 47 0.43 0 0.75 0.27 94.53 0.6 0.46
Hex 6A BA 2F 2B 0 4B 1B 5F 3C 2E
Octal 152 272 57 53 0 113 33 137 74 56
Binary 1101010 10111010 101111 101011 0 1001011 11011 1011111 111100 101110

Color Harmonies of #6ABA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABA2F

Black with #6ABA2F

Text Example


Text Example

White with #6ABA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,186,47); }

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

background-color css

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

 a { background-color: rgb(106,186,47); }

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

border-color css

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

 span { border-color: rgb(106,186,47); }

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