Html Css Color HEX #6ABE2F Apple

📋 copy color: '#6ABE2F'

red 106 ◦ green 190 ◦ blue 47

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

Shades of Apple #6ABE2F

Tints of Apple #6ABE2F

RGB

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

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

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

R = 30.9%
G = 55.39%
B = 13.7%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#6ABE2F (or 0x6ABE2F) is known color: Apple. HEX triplet: 6A, BE and 2F. RGB value is (106,190,47). Sum of RGB (Red+Green+Blue) = 106+190+47=343 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.90% from 343); Green value is 190 (74.61% from 255 or 55.39% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 190 - color contains mainly: green. Hex color #6ABE2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABE2F is #9541D0. Grayscale: #959595. Windows color (decimal): -9781713 or 3128938. OLE color: 3128938.

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

Color convert

RGB 106 190 47 -
CMYK 0.44 0 0.75 0.25
HSL 95.24º 0.6% 0.46% -
HSV(B) 95.24º 0.75% 0.75% -
XYZ 24.87 40.1 9.12 -
YUV 148.58 70.67 97.63 -
System Red Green Blue C M Y K H S L
Decimal 106 190 47 0.44 0 0.75 0.25 95.24 0.6 0.46
Hex 6A BE 2F 2C 0 4B 19 5F 3C 2E
Octal 152 276 57 54 0 113 31 137 74 56
Binary 1101010 10111110 101111 101100 0 1001011 11001 1011111 111100 101110

Color Harmonies of #6ABE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABE2F

Black with #6ABE2F

Text Example


Text Example

White with #6ABE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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